Uses of Interface
org.simpleflatmapper.reflect.meta.PropertyNameMatcher
Packages that use PropertyNameMatcher
-
Uses of PropertyNameMatcher in org.simpleflatmapper.reflect.meta
Classes in org.simpleflatmapper.reflect.meta that implement PropertyNameMatcherMethods in org.simpleflatmapper.reflect.meta that return PropertyNameMatcherModifier and TypeMethodDescriptionstatic PropertyNameMatcherPropertyNameMatcherKeyValuePair.getKey()PropertyNameMatch.getLeftOverMatcher()IndexedColumn.getSubPropertyNameMatcher()PropertyNameMatcherKeyValuePair.getValue()static PropertyNameMatcherMethods in org.simpleflatmapper.reflect.meta with parameters of type PropertyNameMatcherModifier and TypeMethodDescriptionShortCircuiter.eval(PropertyNameMatcher propertyNameMatcher, ClassMeta<?>... cm) 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) 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) final <E> PropertyMeta<T,E> PropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher, Object[] properties, TypeAffinity typeAffinity, PropertyFinder.PropertyFilter propertyFilter) final <E> PropertyMeta<T,E> PropertyFinder.findProperty(PropertyNameMatcher propertyNameMatcher, Object[] properties, TypeAffinity typeAffinity, PropertyFinder.PropertyFinderProbe propertyFinderProbe, PropertyFinder.PropertyFilter propertyFilter) 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) PropertyMatchingScore.matches(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, PropertyNameMatch propertyNameMatch) PropertyMatchingScore.nonMappedProperty(NonMappedPropertyMeta<?, ?> nonMappedPropertyMeta, PropertyNameMatcher propertyNameMatcher) PropertyMatchingScore.self(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, String propName) PropertyMatchingScore.speculative(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher) PropertyMatchingScore.tupleIndex(PropertyMeta<?, ?> propertyMeta, PropertyNameMatcher propertyNameMatcher, IndexedColumn ic) Constructors in org.simpleflatmapper.reflect.meta with parameters of type PropertyNameMatcherModifierConstructorDescriptionDefaultPropertyFinderProbe(PropertyNameMatcher propertyNameMatcher) IndexedColumn(int indexValue, String indexProperty, PropertyNameMatcher subPropertyNameMatcher, int score, boolean partial) IndexedColumn(int indexValue, PropertyNameMatcher subPropertyNameMatcher, int score) MapElementPropertyMeta(PropertyNameMatcher propertyNameMatcher, Type ownerType, ReflectionService reflectService, ClassMeta<V> valueMetaData, K key) PropertyNameMatch(String property, String column, PropertyNameMatcher leftOverMatcher, int score, int skippedLetters)