public class MatchingStrategies extends Object
MatchingStrategy
implementations. Matching strategies identify source to destination
property matches by comparing source and destination type, property and property type names which
are converted and tokenized prior to matching.Modifier and Type | Field and Description |
---|---|
static MatchingStrategy |
LOOSE
A matching strategy that allows for source properties to be loosely matched to destination
properties by requiring that only the last destination property in a hierarchy be
matched.
|
static MatchingStrategy |
STANDARD
A matching strategy that allows for source properties to be intelligently matched to
destination properties, requiring that all destination properties be matched and all
source property names have at least one token matched.
|
static MatchingStrategy |
STRICT
A matching strategy that allows for source properties to be strictly matched to destination
properties.
|
Constructor and Description |
---|
MatchingStrategies() |
public static final MatchingStrategy LOOSE
public static final MatchingStrategy STANDARD
public static final MatchingStrategy STRICT
Copyright © 2011–2024. All rights reserved.