Module org.simpleflatmapper.reflect
Class CountNumberOfMatchedProperties<T>
java.lang.Object
org.simpleflatmapper.reflect.meta.CountNumberOfMatchedProperties<T>
- All Implemented Interfaces:
PropertyFinder.FoundProperty<T>
public class CountNumberOfMatchedProperties<T>
extends Object
implements PropertyFinder.FoundProperty<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<P extends PropertyMeta<T,?>>
voidfound(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer)
-
Field Details
-
nbFound
public int nbFound -
delegate
-
-
Constructor Details
-
CountNumberOfMatchedProperties
-
-
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>
-