| Modifier and Type | Field and Description |
|---|---|
static String[] |
EMPTY_STRING_ARRAY |
| Constructor and Description |
|---|
OptionalClassMeta(Type type,
ReflectionService reflectionService) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
generateHeaders() |
ClassMeta<T> |
getInnerMeta() |
InstantiatorDefinition |
getInstantiatorDefinition() |
List<InstantiatorDefinition> |
getInstantiatorDefinitions() |
PropertyMeta<T,?> |
getProperty() |
ReflectionService |
getReflectionService() |
Type |
getType() |
boolean |
isLeaf() |
PropertyFinder<T> |
newPropertyFinder() |
public static final String[] EMPTY_STRING_ARRAY
public OptionalClassMeta(Type type, ReflectionService reflectionService)
public InstantiatorDefinition getInstantiatorDefinition()
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>public PropertyMeta<T,?> getProperty()
public List<InstantiatorDefinition> getInstantiatorDefinitions()
getInstantiatorDefinitions in interface ClassMeta<T>Copyright © 2015. All rights reserved.