Uses of Class
org.simpleflatmapper.reflect.meta.PropertyFinder.TypeAffinityScorer
Packages that use PropertyFinder.TypeAffinityScorer
-
Uses of PropertyFinder.TypeAffinityScorer in org.simpleflatmapper.reflect.meta
Methods in org.simpleflatmapper.reflect.meta with parameters of type PropertyFinder.TypeAffinityScorerModifier and TypeMethodDescriptionprotected 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) final <E> PropertyMeta<T,E> PropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.TypeAffinityScorer typeAffinity, PropertyFinder.PropertyFilter propertyFilter) final <E> PropertyMeta<T,E> PropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.TypeAffinityScorer typeAffinity, PropertyFinder.PropertyFilter propertyFilter, ShortCircuiter shortCircuiter) final <E> PropertyMeta<T,E> PropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher, Object[] properties, PropertyFinder.TypeAffinityScorer typeAffinity, PropertyFinder.PropertyFinderProbe propertyFinderProbe, PropertyFinder.PropertyFilter propertyFilter) <P extends PropertyMeta<T,?>>
voidCountNumberOfMatchedProperties.found(P propertyMeta, Runnable selectionCallback, PropertyMatchingScore score, PropertyFinder.TypeAffinityScorer typeAffinityScorer) <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) 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) intPropertyMeta.typeAffinityScore(PropertyFinder.TypeAffinityScorer typeAffinityScorer) intSubPropertyMeta.typeAffinityScore(PropertyFinder.TypeAffinityScorer typeAffinityScorer)