Uses of Interface
org.hibernate.validator.spi.properties.ConstrainableExecutable
-
Packages that use ConstrainableExecutable Package Description org.hibernate.validator.internal.properties org.hibernate.validator.spi.properties This package provides support for customizing the getter detection logic. -
-
Uses of ConstrainableExecutable in org.hibernate.validator.internal.properties
Methods in org.hibernate.validator.internal.properties with parameters of type ConstrainableExecutable Modifier and Type Method Description Optional<String>DefaultGetterPropertySelectionStrategy. getProperty(ConstrainableExecutable executable) -
Uses of ConstrainableExecutable in org.hibernate.validator.spi.properties
Methods in org.hibernate.validator.spi.properties with parameters of type ConstrainableExecutable Modifier and Type Method Description Optional<String>GetterPropertySelectionStrategy. getProperty(ConstrainableExecutable executable)Returns the property corresponding to the getter if the method is considered a getter.
-