| Constructor and Description |
|---|
ArrayClassMeta(Type type,
Type elementTarget,
ReflectionService reflectionService) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
generateHeaders() |
ClassMeta<E> |
getElementClassMeta() |
Type |
getElementTarget() |
List<InstantiatorDefinition> |
getInstantiatorDefinitions() |
ReflectionService |
getReflectionService() |
Type |
getType() |
boolean |
isArray() |
boolean |
isLeaf() |
PropertyFinder<T> |
newPropertyFinder() |
public ArrayClassMeta(Type type, Type elementTarget, ReflectionService reflectionService)
public Type getElementTarget()
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 boolean isArray()
public List<InstantiatorDefinition> getInstantiatorDefinitions()
getInstantiatorDefinitions in interface ClassMeta<T>Copyright © 2015. All rights reserved.