| Modifier and Type | Field and Description |
|---|---|
static String[] |
EMPTY_STRING_ARRAY |
| Constructor and Description |
|---|
ObjectClassMeta(Type target,
List<ConstructorDefinition<T>> constructorDefinitions,
List<ConstructorPropertyMeta<T,?>> constructorProperties,
List<PropertyMeta<T,?>> properties,
ReflectionService reflectService) |
ObjectClassMeta(Type target,
ReflectionService reflectService) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
generateHeaders() |
ReflectionService |
getReflectionService() |
Type |
getType() |
PropertyFinder<T> |
newPropertyFinder() |
public static final String[] EMPTY_STRING_ARRAY
public ObjectClassMeta(Type target, ReflectionService reflectService) throws MapperBuildingException
MapperBuildingExceptionpublic ObjectClassMeta(Type target, List<ConstructorDefinition<T>> constructorDefinitions, List<ConstructorPropertyMeta<T,?>> constructorProperties, List<PropertyMeta<T,?>> properties, ReflectionService reflectService)
public ReflectionService getReflectionService()
getReflectionService in interface ClassMeta<T>public PropertyFinder<T> newPropertyFinder()
newPropertyFinder in interface ClassMeta<T>public String[] generateHeaders()
generateHeaders in interface ClassMeta<T>Copyright © 2015. All rights reserved.