public class BasicTypeRegistry extends Object implements Serializable
BasicType
instancesConstructor and Description |
---|
BasicTypeRegistry() |
BasicTypeRegistry(TypeConfiguration typeConfiguration) |
Modifier and Type | Method and Description |
---|---|
BasicType |
getRegisteredType(String key) |
void |
register(BasicType type) |
void |
register(BasicType type,
String[] keys) |
void |
register(CompositeUserType type,
String[] keys) |
void |
register(UserType type,
String[] keys) |
BasicTypeRegistry |
shallowCopy() |
void |
unregister(String... keys) |
public BasicTypeRegistry(TypeConfiguration typeConfiguration)
public BasicTypeRegistry()
public void register(BasicType type)
public void register(CompositeUserType type, String[] keys)
public void unregister(String... keys)
public BasicTypeRegistry shallowCopy()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.