DC - Represented DescriptorComparator typeD - Bare form of suitable descriptor representationT - Unguarded form base type@Beta public interface ComparisonContext<DC extends DescriptorComparator<D>,D extends Descriptor,T extends Serializable> extends Serializable, Guarded
DescriptorComparator for non-unguarded descriptor form and the associated UnguardedExtractor are also
represented.
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 |
|---|---|
DC |
descriptorComparator()
Comparator to compare the bare/rich form of the descriptors.
|
DescriptorSerializer<D> |
descriptorSerializer()
Serializer to transform descriptors to/from String representation.
|
UnguardedContext<D,T> |
unguardedContext()
Represented unguarded context.
|
getGuardObjectDC descriptorComparator()
unguardedContext().DescriptorSerializer<D> descriptorSerializer()
UnguardedContext<D,T> unguardedContext()