public class TypeManagerImp extends Object implements TypeManager
| Constructor and Description |
|---|
TypeManagerImp() |
| Modifier and Type | Method and Description |
|---|---|
List<TypeFactory> |
getAllTypes() |
Type |
getType(Object classType) |
Type |
getType(Object classType,
EnumerationType enumType,
String pattern) |
TypeFactory |
getTypeFactory(Object classType) |
boolean |
isStandardType(Class<?> clazz) |
void |
register(TypeFactory factory) |
void |
remove(Class<?> type) |
void |
remove(TypeFactory factory) |
public void register(TypeFactory factory)
register in interface TypeManagerpublic void remove(Class<?> type)
remove in interface TypeManagerpublic void remove(TypeFactory factory)
remove in interface TypeManagerpublic List<TypeFactory> getAllTypes()
getAllTypes in interface TypeManagerpublic boolean isStandardType(Class<?> clazz)
isStandardType in interface TypeManagerpublic Type getType(Object classType)
getType in interface TypeManagerpublic TypeFactory getTypeFactory(Object classType)
getTypeFactory in interface TypeManagerpublic Type getType(Object classType, EnumerationType enumType, String pattern)
getType in interface TypeManagerCopyright © 2026 Brandao. All rights reserved.