Uses of Interface
org.hibernate.validator.spi.properties.GetterPropertySelectionStrategy
-
Packages that use GetterPropertySelectionStrategy Package Description org.hibernate.validator Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.properties org.hibernate.validator.internal.properties.javabean org.hibernate.validator.internal.util.logging Logging classes. -
-
Uses of GetterPropertySelectionStrategy in org.hibernate.validator
Methods in org.hibernate.validator that return GetterPropertySelectionStrategy Modifier and Type Method Description GetterPropertySelectionStrategyHibernateValidatorFactory. 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 GetterPropertySelectionStrategy Modifier and Type Method Description SBaseHibernateValidatorConfiguration. 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 GetterPropertySelectionStrategy Modifier and Type Method Description GetterPropertySelectionStrategyAbstractConfigurationImpl. getGetterPropertySelectionStrategy()GetterPropertySelectionStrategyPredefinedScopeValidatorFactoryImpl. getGetterPropertySelectionStrategy()GetterPropertySelectionStrategyValidatorFactoryImpl. getGetterPropertySelectionStrategy()Methods in org.hibernate.validator.internal.engine with parameters of type GetterPropertySelectionStrategy Modifier and Type Method Description TAbstractConfigurationImpl. getterPropertySelectionStrategy(GetterPropertySelectionStrategy getterPropertySelectionStrategy) -
Uses of GetterPropertySelectionStrategy in org.hibernate.validator.internal.properties
Classes in org.hibernate.validator.internal.properties that implement GetterPropertySelectionStrategy Modifier and Type Class Description classDefaultGetterPropertySelectionStrategy -
Uses of GetterPropertySelectionStrategy in org.hibernate.validator.internal.properties.javabean
Methods in org.hibernate.validator.internal.properties.javabean that return GetterPropertySelectionStrategy Modifier and Type Method Description GetterPropertySelectionStrategyJavaBeanHelper. getGetterPropertySelectionStrategy()Constructors in org.hibernate.validator.internal.properties.javabean with parameters of type GetterPropertySelectionStrategy Constructor Description JavaBeanHelper(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 GetterPropertySelectionStrategy Modifier and Type Method Description voidLog_$logger. usingGetterPropertySelectionStrategy(Class<? extends GetterPropertySelectionStrategy> getterPropertySelectionStrategyClass)voidLog. usingGetterPropertySelectionStrategy(Class<? extends GetterPropertySelectionStrategy> getterPropertySelectionStrategyClass)
-