public class MapPropertyFinder<T extends Map<K,V>,K,V> extends PropertyFinder<T>
PropertyFinder.DefaultPropertyFinderProbe, PropertyFinder.FoundProperty<T>, PropertyFinder.MatchingProperties<T>, PropertyFinder.PropertyFinderProbe, PropertyFinder.PropertyFinderTransformerIDENTITY_TRANSFORMER, propertyFilter| Constructor and Description |
|---|
MapPropertyFinder(ClassMeta<T> mapMeta,
ClassMeta<V> valueMetaData,
org.simpleflatmapper.converter.Converter<? super CharSequence,? extends K> keyConverter,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
| Modifier and Type | Method and Description |
|---|---|
List<InstantiatorDefinition> |
getEligibleInstantiatorDefinitions() |
PropertyFinder<?> |
getOrCreateSubPropertyFinder(SubPropertyMeta<?,?,?> subPropertyMeta) |
Type |
getOwnerType() |
PropertyFinder<?> |
getSubPropertyFinder(PropertyMeta<?,?> owner) |
void |
lookForProperties(PropertyNameMatcher propertyNameMatcher,
PropertyFinder.FoundProperty matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer) |
findProperty, findProperty, getPropertyFilter, manualMatchpublic MapPropertyFinder(ClassMeta<T> mapMeta, ClassMeta<V> valueMetaData, org.simpleflatmapper.converter.Converter<? super CharSequence,? extends K> keyConverter, org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter)
public void lookForProperties(PropertyNameMatcher propertyNameMatcher, PropertyFinder.FoundProperty matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer)
lookForProperties in class PropertyFinder<T extends Map<K,V>>public List<InstantiatorDefinition> getEligibleInstantiatorDefinitions()
getEligibleInstantiatorDefinitions in class PropertyFinder<T extends Map<K,V>>public PropertyFinder<?> getSubPropertyFinder(PropertyMeta<?,?> owner)
getSubPropertyFinder in class PropertyFinder<T extends Map<K,V>>public PropertyFinder<?> getOrCreateSubPropertyFinder(SubPropertyMeta<?,?,?> subPropertyMeta)
getOrCreateSubPropertyFinder in class PropertyFinder<T extends Map<K,V>>public Type getOwnerType()
getOwnerType in class PropertyFinder<T extends Map<K,V>>Copyright © 2017. All rights reserved.