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.
|
Modifier and Type | Method and Description |
---|---|
GetterPropertySelectionStrategy |
HibernateValidatorFactory.getGetterPropertySelectionStrategy()
Returns the getter property selection strategy defining the rules determining if a method is a getter or not.
|
Modifier and Type | Method and Description |
---|---|
S |
BaseHibernateValidatorConfiguration.getterPropertySelectionStrategy(GetterPropertySelectionStrategy getterPropertySelectionStrategy)
Allows to set a getter property selection strategy defining the rules determining if a method is a getter
or not.
|
Modifier and Type | Method and Description |
---|---|
GetterPropertySelectionStrategy |
PredefinedScopeValidatorFactoryImpl.getGetterPropertySelectionStrategy() |
GetterPropertySelectionStrategy |
ValidatorFactoryImpl.getGetterPropertySelectionStrategy() |
GetterPropertySelectionStrategy |
AbstractConfigurationImpl.getGetterPropertySelectionStrategy() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractConfigurationImpl.getterPropertySelectionStrategy(GetterPropertySelectionStrategy getterPropertySelectionStrategy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGetterPropertySelectionStrategy |
Modifier and Type | Method and Description |
---|---|
GetterPropertySelectionStrategy |
JavaBeanHelper.getGetterPropertySelectionStrategy() |
Constructor and Description |
---|
JavaBeanHelper(GetterPropertySelectionStrategy getterPropertySelectionStrategy,
PropertyNodeNameProvider propertyNodeNameProvider) |
Modifier and Type | Method and Description |
---|---|
void |
Log.usingGetterPropertySelectionStrategy(Class<? extends GetterPropertySelectionStrategy> getterPropertySelectionStrategyClass) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved