Module org.simpleflatmapper.reflect
Class PropertyMatchingScore
java.lang.Object
org.simpleflatmapper.reflect.meta.PropertyMatchingScore
- All Implemented Interfaces:
Comparable<PropertyMatchingScore>
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyMatchingScore(org.simpleflatmapper.reflect.meta.PropertyMatchingScore.NodeScore[] scores) -
Method Summary
Modifier and TypeMethodDescriptionarrayIndex(IndexedColumn ic, boolean scoreFullName) intmatches(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, PropertyNameMatch propertyNameMatch) static PropertyMatchingScorestatic PropertyMatchingScorenewInstance(boolean selfScoreFullName) Deprecated.nonMappedProperty(NonMappedPropertyMeta<?, ?> nonMappedPropertyMeta, PropertyNameMatcher propertyNameMatcher) self(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, String propName) speculative(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher) toString()tupleIndex(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, IndexedColumn ic)
-
Constructor Details
-
PropertyMatchingScore
public PropertyMatchingScore() -
PropertyMatchingScore
public PropertyMatchingScore(org.simpleflatmapper.reflect.meta.PropertyMatchingScore.NodeScore[] scores)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<PropertyMatchingScore>
-
arrayIndex
-
speculative
-
speculative
public PropertyMatchingScore speculative(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher) -
tupleIndex
public PropertyMatchingScore tupleIndex(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, IndexedColumn ic) -
matches
public PropertyMatchingScore matches(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, PropertyNameMatch propertyNameMatch) -
self
public PropertyMatchingScore self(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, String propName) -
nonMappedProperty
public PropertyMatchingScore nonMappedProperty(NonMappedPropertyMeta<?, ?> nonMappedPropertyMeta, PropertyNameMatcher propertyNameMatcher) -
toString
-
newInstance
Deprecated. -
newInstance
-