| Modifier and Type | Field and Description |
|---|---|
static String[] |
EMPTY_STRING_ARRAY |
| Constructor and Description |
|---|
ObjectClassMeta(Type target,
List<InstantiatorDefinition> instantiatorDefinitions,
List<ConstructorPropertyMeta<T,?>> constructorProperties,
List<PropertyMeta<T,?>> properties,
ReflectionService reflectService) |
ObjectClassMeta(Type target,
ReflectionService reflectService) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
generateHeaders() |
protected String |
getAlias(String propertyName) |
List<InstantiatorDefinition> |
getInstantiatorDefinitions() |
ReflectionService |
getReflectionService() |
Type |
getType() |
boolean |
isLeaf() |
PropertyFinder<T> |
newPropertyFinder() |
public static final String[] EMPTY_STRING_ARRAY
public ObjectClassMeta(Type target, ReflectionService reflectService) throws MapperBuildingException
MapperBuildingExceptionpublic ObjectClassMeta(Type target, List<InstantiatorDefinition> instantiatorDefinitions, List<ConstructorPropertyMeta<T,?>> constructorProperties, List<PropertyMeta<T,?>> properties, ReflectionService reflectService)
public List<InstantiatorDefinition> getInstantiatorDefinitions()
getInstantiatorDefinitions in interface ClassMeta<T>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.