public class MapPropertyFinder<T extends Map<K,V>,K,V> extends PropertyFinder<T>
PropertyFinder.DefaultPropertyFinderProbe, PropertyFinder.FoundProperty<T>, PropertyFinder.MatchedProperty<T,P extends PropertyMeta<T,?>>, PropertyFinder.MatchingProperties<T>, PropertyFinder.PropertyFinderProbe, PropertyFinder.PropertyFinderTransformer, PropertyFinder.TypeAffinityScorer| Modifier and Type | Field | Description |
|---|---|---|
static int |
COLUMN_AS_KEY |
|
static int |
KEY_VALUE |
|
static int |
NONE |
IDENTITY_TRANSFORMER| Constructor | Description |
|---|---|
MapPropertyFinder(ClassMeta<T> mapMeta,
ClassMeta<V> valueMetaData,
org.simpleflatmapper.converter.ContextualConverter<? super CharSequence,? extends K> keyConverter,
org.simpleflatmapper.converter.ContextFactory keyContextFactory,
boolean selfScoreFullName) |
| Modifier and Type | Method | Description |
|---|---|---|
List<InstantiatorDefinition> |
getEligibleInstantiatorDefinitions() |
|
PropertyFinder<?> |
getOrCreateSubPropertyFinder(SubPropertyMeta<?,?,?> subPropertyMeta) |
|
Type |
getOwnerType() |
|
PropertyFinder<?> |
getSubPropertyFinder(PropertyMeta<?,?> owner) |
|
void |
lookForProperties(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindProperty, findProperty, findProperty, findProperty, manualMatch, selfScoreFullNamepublic static int NONE
public static int COLUMN_AS_KEY
public static int KEY_VALUE
public void lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter)
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 © 2019. All rights reserved.