| Package | Description |
|---|---|
| ma.glasnost.orika.metadata |
| Modifier and Type | Method and Description |
|---|---|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.commonWordCount(double weight)
Set the weight associated with the number of words found in common
between two property expressions
|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.containsName(double weight)
Set the weight associated with one property containing the
entire name of another property.
|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.editDistance(double weight)
Set the weight associated with the edit distance between words in two property expressions
|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.minimumScore(double weight)
Set the weight applied to the minimum score needed to accept a given match; setting higher
values makes the matching more restrictive, lower scores make matching more lenient.
|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.nestedDepth(double weight)
Set the weight modifier associated with a property word's edit distance based on
it's nesting depth; higher values here causes the matching to be more focused toward
the final name of a nested property, lower values focus on the entire name more evenly
|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.typeMatch(double weight)
Set the weight associated with one property matching the type of the other
|
ScoringClassMapBuilder.PropertyMatchingWeights |
ScoringClassMapBuilder.PropertyMatchingWeights.unmatchedWords(double weight)
Set the weight associated with the number of unmatched words between two property expressions
|
| Constructor and Description |
|---|
Factory(ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
Constructs a new Factory for ScoringClassMapBuilder instances
|
FieldMatchScore(Property propertyA,
Property propertyB,
ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
Constructs a new FieldMatchScore based on the provided pair of properties, with scoring modified by
the provided PropertyMatchingWeights
|
ScoringClassMapBuilder(Type<A> aType,
Type<B> bType,
MapperFactory mapperFactory,
PropertyResolverStrategy propertyResolver,
DefaultFieldMapper[] defaults,
ScoringClassMapBuilder.PropertyMatchingWeights matchingWeights)
Constructs a new instance of ScoringClassMapBuilder, using the provided PropertyMatchingWeights
to adjust the overall scoring of how properties are matched.
|
Copyright © 2017 Glasnost. All Rights Reserved.