| Constructor and Description |
|---|
TupleClassMeta(Type type,
ReflectionService reflectionService) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachProperties(org.simpleflatmapper.util.Consumer<? super PropertyMeta<T,?>> consumer) |
List<InstantiatorDefinition> |
getInstantiatorDefinitions() |
int |
getNumberOfProperties() |
ReflectionService |
getReflectionService() |
int |
getTupleSize() |
Type |
getType() |
PropertyFinder<T> |
newPropertyFinder(org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
public TupleClassMeta(Type type, ReflectionService reflectionService)
public ReflectionService getReflectionService()
getReflectionService in interface ClassMeta<T>public PropertyFinder<T> newPropertyFinder(org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter)
newPropertyFinder in interface ClassMeta<T>public List<InstantiatorDefinition> getInstantiatorDefinitions()
getInstantiatorDefinitions in interface ClassMeta<T>public void forEachProperties(org.simpleflatmapper.util.Consumer<? super PropertyMeta<T,?>> consumer)
forEachProperties in interface ClassMeta<T>public int getNumberOfProperties()
getNumberOfProperties in interface ClassMeta<T>public int getTupleSize()
Copyright © 2017. All rights reserved.