Uses of Interface
javax.validation.metadata.CrossParameterDescriptor
-
Packages that use CrossParameterDescriptor Package Description javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of CrossParameterDescriptor in javax.validation.metadata
Methods in javax.validation.metadata that return CrossParameterDescriptor Modifier and Type Method Description CrossParameterDescriptor
ExecutableDescriptor. getCrossParameterDescriptor()
Returns a descriptor containing the cross-parameter constraints of this executable.
-