| Constructor and Description |
|---|
PassThroughClassMeta(ReflectionService reflectionService,
Type type,
InstantiatorDefinition instantiatorDefinition,
PropertyMeta<T,V> propertyMeta,
ClassMeta<V> innerMeta) |
PassThroughClassMeta(Type type,
ReflectionService reflectionService) |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachProperties(org.simpleflatmapper.util.Consumer<? super PropertyMeta<T,?>> consumer) |
ClassMeta<V> |
getInnerMeta() |
List<InstantiatorDefinition> |
getInstantiatorDefinitions() |
int |
getNumberOfProperties() |
PropertyMeta<T,?> |
getProperty() |
ReflectionService |
getReflectionService() |
Type |
getType() |
boolean |
needTransformer() |
PropertyFinder<T> |
newPropertyFinder() |
ClassMeta<T> |
withReflectionService(ReflectionService reflectionService) |
public PassThroughClassMeta(Type type, ReflectionService reflectionService)
public PassThroughClassMeta(ReflectionService reflectionService, Type type, InstantiatorDefinition instantiatorDefinition, PropertyMeta<T,V> propertyMeta, ClassMeta<V> innerMeta)
public ClassMeta<T> withReflectionService(ReflectionService reflectionService)
withReflectionService in interface ClassMeta<T>public ReflectionService getReflectionService()
getReflectionService in interface ClassMeta<T>public PropertyFinder<T> newPropertyFinder()
newPropertyFinder in interface ClassMeta<T>public PropertyMeta<T,?> getProperty()
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 boolean needTransformer()
needTransformer in interface ClassMeta<T>Copyright © 2019. All rights reserved.