T
- the concrete type of the attribute@Incubating public interface CompatibilityCheckDetails<T>
Modifier and Type | Method and 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()
@Nullable T getProducerValue()
void compatible()
void incompatible()