Module org.simpleflatmapper.reflect
Interface PropertyFinder.FoundProperty<T>
- All Known Implementing Classes:
CountNumberOfMatchedProperties,PropertyFinder.MatchingProperties
- Enclosing class:
PropertyFinder<T>
public static interface PropertyFinder.FoundProperty<T>
-
Method Summary
Modifier and TypeMethodDescription<P extends PropertyMeta<T,?>>
voidfound(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer)
-
Method Details
-
found
<P extends PropertyMeta<T,?>> void found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer)
-