Constructor and Description |
---|
MapClassMeta(Type type,
Type keyType,
Type valueType,
ReflectionService reflectionService) |
Modifier and Type | Method and Description |
---|---|
void |
forEachProperties(org.simpleflatmapper.util.Consumer<? super PropertyMeta<M,?>> consumer) |
List<InstantiatorDefinition> |
getInstantiatorDefinitions() |
ReflectionService |
getReflectionService() |
Type |
getType() |
PropertyFinder<M> |
newPropertyFinder(org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
public MapClassMeta(Type type, Type keyType, Type valueType, ReflectionService reflectionService)
public ReflectionService getReflectionService()
public PropertyFinder<M> newPropertyFinder(org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter)
public List<InstantiatorDefinition> getInstantiatorDefinitions()
public void forEachProperties(org.simpleflatmapper.util.Consumer<? super PropertyMeta<M,?>> consumer)
Copyright © 2017. All rights reserved.