T
- the concrete type of the attributepublic interface CompatibilityCheckDetails<T>
A compatibility check will never be performed when the consumer and producer values are equal.
Modifier and Type | Method | Description |
---|---|---|
void |
compatible() |
Calling this method will indicate that the attributes are compatible.
|
T |
getConsumerValue() |
The value of the attribute as found on the consumer side.
|
T |
getProducerValue() |
The value of the attribute as found on the producer side.
|
void |
incompatible() |
Calling this method will indicate that the attributes are incompatible.
|
@Nullable T getConsumerValue()
Never equal to the getProducerValue()
.
@Nullable T getProducerValue()
Never equal to the getConsumerValue()
.
void compatible()
void incompatible()