Module org.simpleflatmapper.reflect
Class PropertyFinder.MatchedProperty<T,P extends PropertyMeta<T,?>>
java.lang.Object
org.simpleflatmapper.reflect.meta.PropertyFinder.MatchedProperty<T,P>
- All Implemented Interfaces:
Comparable<PropertyFinder.MatchedProperty<T,?>>
- Enclosing class:
PropertyFinder<T>
public static class PropertyFinder.MatchedProperty<T,P extends PropertyMeta<T,?>>
extends Object
implements Comparable<PropertyFinder.MatchedProperty<T,?>>
-
Constructor Summary
ConstructorsConstructorDescriptionMatchedProperty(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, int typeAffinityScore) -
Method Summary
-
Constructor Details
-
MatchedProperty
public MatchedProperty(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, int typeAffinityScore)
-
-
Method Details
-
getScore
-
getPropertyMeta
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-
select
public void select() -
toString
-