Uses of Interface
org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
Packages that use GetterPropertySelectionStrategy
Package
Description
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator
and allow to configure it.
-
Uses of GetterPropertySelectionStrategy in org.hibernate.validator
Methods in org.hibernate.validator that return GetterPropertySelectionStrategyModifier and TypeMethodDescriptionHibernateValidatorFactory.getGetterPropertySelectionStrategy()Returns the getter property selection strategy defining the rules determining if a method is a getter or not.Methods in org.hibernate.validator with parameters of type GetterPropertySelectionStrategyModifier and TypeMethodDescriptionBaseHibernateValidatorConfiguration.getterPropertySelectionStrategy(GetterPropertySelectionStrategy getterPropertySelectionStrategy) Allows to set a getter property selection strategy defining the rules determining if a method is a getter or not.