public interface TypeManager
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) |
void register(TypeFactory factory)
void remove(Class<?> type)
void remove(TypeFactory factory)
List<TypeFactory> getAllTypes()
boolean isStandardType(Class<?> clazz)
TypeFactory getTypeFactory(Object classType)
Type getType(Object classType, EnumerationType enumType, String pattern)
Copyright © 2018 Brandao. All rights reserved.