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