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.
Implementations for the core interfaces of Jakarta Bean Validation.
Logging classes.
-
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. -
Uses of GetterPropertySelectionStrategy in org.hibernate.validator.internal.engine
Methods in org.hibernate.validator.internal.engine that return GetterPropertySelectionStrategyModifier and TypeMethodDescriptionAbstractConfigurationImpl.getGetterPropertySelectionStrategy()
PredefinedScopeValidatorFactoryImpl.getGetterPropertySelectionStrategy()
ValidatorFactoryImpl.getGetterPropertySelectionStrategy()
Methods in org.hibernate.validator.internal.engine with parameters of type GetterPropertySelectionStrategyModifier and TypeMethodDescriptionAbstractConfigurationImpl.getterPropertySelectionStrategy
(GetterPropertySelectionStrategy getterPropertySelectionStrategy) -
Uses of GetterPropertySelectionStrategy in org.hibernate.validator.internal.properties
Classes in org.hibernate.validator.internal.properties that implement GetterPropertySelectionStrategy -
Uses of GetterPropertySelectionStrategy in org.hibernate.validator.internal.properties.javabean
Methods in org.hibernate.validator.internal.properties.javabean that return GetterPropertySelectionStrategyConstructors in org.hibernate.validator.internal.properties.javabean with parameters of type GetterPropertySelectionStrategyModifierConstructorDescriptionJavaBeanHelper
(GetterPropertySelectionStrategy getterPropertySelectionStrategy, PropertyNodeNameProvider propertyNodeNameProvider) -
Uses of GetterPropertySelectionStrategy in org.hibernate.validator.internal.util.logging
Method parameters in org.hibernate.validator.internal.util.logging with type arguments of type GetterPropertySelectionStrategyModifier and TypeMethodDescriptionvoid
Log.usingGetterPropertySelectionStrategy
(Class<? extends GetterPropertySelectionStrategy> getterPropertySelectionStrategyClass)