D
- Bare form of suitable descriptor representationT
- Unguarded form base type@Beta public interface UnguardedContext<D extends Descriptor,T extends Serializable> extends Serializable, Guarded
An instance is bounded to a specific DescriptorGenerator
or to a specific GuardObject
because it encapsulates descriptor parameter related state.
Guarded.EnsureThat, Guarded.New
Modifier and Type | Method and Description |
---|---|
UnguardedDissimilarityCalculator<T> |
unguardedComparator()
Comparator to compare the unguarded extracted form.
|
UnguardedExtractor<D,T> |
unguardedExtractor()
Extractor to retrieve unguarded form.
|
getGuardObject
UnguardedExtractor<D,T> unguardedExtractor()
UnguardedDissimilarityCalculator<T> unguardedComparator()
ComparisonContext.descriptorComparator()
and the associated
DescriptorComparator
.