Module org.simpleflatmapper.reflect
Class PropertyFinder.MatchingProperties<T>
java.lang.Object
org.simpleflatmapper.reflect.meta.PropertyFinder.MatchingProperties<T>
- All Implemented Interfaces:
PropertyFinder.FoundProperty<T>
- Enclosing class:
PropertyFinder<T>
protected static class PropertyFinder.MatchingProperties<T>
extends Object
implements PropertyFinder.FoundProperty<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P extends PropertyMeta<T,?>>
voidfound(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer) PropertyMeta<T,?>
-
Constructor Details
-
MatchingProperties
-
-
Method Details
-
found
public <P extends PropertyMeta<T,?>> void found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer) - Specified by:
foundin interfacePropertyFinder.FoundProperty<T>
-
selectBestMatch
-