public class PassThroughPropertyFinder<T,V> extends PropertyFinder<T>
PropertyFinder.DefaultPropertyFinderProbe, PropertyFinder.FoundProperty<T>, PropertyFinder.MatchedProperty<T,P extends PropertyMeta<T,?>>, PropertyFinder.MatchingProperties<T>, PropertyFinder.PropertyFinderProbe, PropertyFinder.PropertyFinderTransformer, PropertyFinder.TypeAffinityScorerIDENTITY_TRANSFORMER| Constructor | Description |
|---|---|
PassThroughPropertyFinder(PassThroughClassMeta<T,V> passThroughClassMeta,
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 PassThroughPropertyFinder(PassThroughClassMeta<T,V> passThroughClassMeta, boolean selfScoreFullName)
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>public List<InstantiatorDefinition> getEligibleInstantiatorDefinitions()
getEligibleInstantiatorDefinitions in class PropertyFinder<T>public PropertyFinder<?> getSubPropertyFinder(PropertyMeta<?,?> owner)
getSubPropertyFinder in class PropertyFinder<T>public PropertyFinder<?> getOrCreateSubPropertyFinder(SubPropertyMeta<?,?,?> subPropertyMeta)
getOrCreateSubPropertyFinder in class PropertyFinder<T>public Type getOwnerType()
getOwnerType in class PropertyFinder<T>Copyright © 2019. All rights reserved.