Uses of Class
org.simpleflatmapper.reflect.meta.PropertyMatchingScore
Packages that use PropertyMatchingScore
-
Uses of PropertyMatchingScore in org.simpleflatmapper.reflect.meta
Methods in org.simpleflatmapper.reflect.meta that return PropertyMatchingScoreModifier and TypeMethodDescriptionPropertyMatchingScore.arrayIndex(IndexedColumn ic, boolean scoreFullName) PropertyFinder.MatchedProperty.getScore()PropertyMatchingScore.matches(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, PropertyNameMatch propertyNameMatch) static PropertyMatchingScorePropertyMatchingScore.newInstance()static PropertyMatchingScorePropertyMatchingScore.newInstance(boolean selfScoreFullName) Deprecated.PropertyMatchingScore.nonMappedProperty(NonMappedPropertyMeta<?, ?> nonMappedPropertyMeta, PropertyNameMatcher propertyNameMatcher) PropertyMatchingScore.self(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, String propName) PropertyMatchingScore.speculative()PropertyMatchingScore.speculative(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher) PropertyMatchingScore.tupleIndex(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, IndexedColumn ic) Methods in org.simpleflatmapper.reflect.meta with parameters of type PropertyMatchingScoreModifier and TypeMethodDescriptionintPropertyMatchingScore.compareTo(PropertyMatchingScore o) protected abstract voidAbstractIndexPropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> foundProperty, PropertyMatchingScore score, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) protected voidArrayPropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> foundProperty, PropertyMatchingScore score, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) protected voidTuplePropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> foundProperty, PropertyMatchingScore score, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) <P extends PropertyMeta<T,?>>
voidCountNumberOfMatchedProperties.found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer) voidPropertyFinder.DefaultPropertyFinderProbe.found(PropertyMeta propertyMeta, PropertyMatchingScore score) <P extends PropertyMeta<T,?>>
voidPropertyFinder.FoundProperty.found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer) <P extends PropertyMeta<T,?>>
voidPropertyFinder.MatchingProperties.found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer) voidPropertyFinder.PropertyFinderProbe.found(PropertyMeta propertyMeta, PropertyMatchingScore score) protected voidAbstractIndexPropertyFinder.lookForAgainstColumn(IndexedColumn indexedColumn, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) voidAbstractIndexPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) voidMapPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) voidOptionalPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<Optional<T>> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) voidPassThroughPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) final voidPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter) abstract voidPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.FoundProperty<T> matchingProperties, PropertyMatchingScore score, boolean allowSelfReference, PropertyFinder.PropertyFinderTransformer propertyFinderTransformer, PropertyFinder.TypeAffinityScorer typeAffinityScorer, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortcircuiter) Constructors in org.simpleflatmapper.reflect.meta with parameters of type PropertyMatchingScoreModifierConstructorDescriptionMatchedProperty(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, int typeAffinityScore)