| Package | Description |
|---|---|
| org.simpleflatmapper.reflect.meta |
Class analyses.
|
| Modifier and Type | Method | Description |
|---|---|---|
PropertyMatchingScore |
PropertyMatchingScore.arrayIndex(int i) |
|
PropertyMatchingScore |
PropertyFinder.MatchedProperty.getScore() |
|
PropertyMatchingScore |
PropertyMatchingScore.matches(String property) |
|
PropertyMatchingScore |
PropertyMatchingScore.matches(PropertyNameMatcher property) |
|
static PropertyMatchingScore |
PropertyMatchingScore.newInstance(boolean selfScoreFullName) |
|
PropertyMatchingScore |
PropertyMatchingScore.self(int numberOfProperties,
String propName) |
|
PropertyMatchingScore |
PropertyMatchingScore.self(ClassMeta propertyMeta,
String propName) |
|
PropertyMatchingScore |
PropertyMatchingScore.speculative() |
|
PropertyMatchingScore |
PropertyMatchingScore.speculativeArrayIndex(int i) |
|
PropertyMatchingScore |
PropertyMatchingScore.tupleIndex(int i) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
PropertyMatchingScore.compareTo(PropertyMatchingScore o) |
|
protected abstract void |
AbstractIndexPropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> foundProperty,
PropertyMatchingScore score,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
protected void |
ArrayPropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> foundProperty,
PropertyMatchingScore score,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
protected void |
TuplePropertyFinder.extrapolateIndex(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> foundProperty,
PropertyMatchingScore score,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
void |
PropertyFinder.DefaultPropertyFinderProbe.found(PropertyMeta propertyMeta,
PropertyMatchingScore score) |
|
<P extends PropertyMeta<T,?>> |
PropertyFinder.FoundProperty.found(P propertyMeta,
Runnable selectionCallback,
PropertyMatchingScore score,
PropertyFinder.TypeAffinityScorer typeAffinityScorer) |
|
<P extends PropertyMeta<T,?>> |
PropertyFinder.MatchingProperties.found(P propertyMeta,
Runnable selectionCallback,
PropertyMatchingScore score,
PropertyFinder.TypeAffinityScorer typeAffinityScorer) |
|
void |
PropertyFinder.PropertyFinderProbe.found(PropertyMeta propertyMeta,
PropertyMatchingScore score) |
|
protected void |
AbstractIndexPropertyFinder.lookForAgainstColumn(IndexedColumn indexedColumn,
Object[] properties,
PropertyFinder.FoundProperty<T> matchingProperties,
PropertyMatchingScore score,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
void |
AbstractIndexPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
void |
MapPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
void |
OptionalPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<Optional<T>> matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
void |
PassThroughPropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
|
abstract void |
PropertyFinder.lookForProperties(PropertyNameMatcher propertyNameMatcher,
Object[] properties,
PropertyFinder.FoundProperty<T> matchingProperties,
PropertyMatchingScore score,
boolean allowSelfReference,
PropertyFinder.PropertyFinderTransformer propertyFinderTransformer,
PropertyFinder.TypeAffinityScorer typeAffinityScorer,
org.simpleflatmapper.util.Predicate<PropertyMeta<?,?>> propertyFilter) |
| Constructor | Description |
|---|---|
MatchedProperty(P propertyMeta,
Runnable selectionCallback,
PropertyMatchingScore score,
int typeAffinityScore) |
Copyright © 2019. All rights reserved.