Uses of Interface
org.hibernate.validator.spi.properties.ConstrainableExecutable
Packages that use ConstrainableExecutable
Package
Description
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 ConstrainableExecutableModifier and TypeMethodDescriptionDefaultGetterPropertySelectionStrategy.getProperty
(ConstrainableExecutable executable) -
Uses of ConstrainableExecutable in org.hibernate.validator.spi.properties
Methods in org.hibernate.validator.spi.properties with parameters of type ConstrainableExecutableModifier and TypeMethodDescriptionGetterPropertySelectionStrategy.getProperty
(ConstrainableExecutable executable) Returns the property corresponding to the getter if the method is considered a getter.