Package | Description |
---|---|
javax.validation |
Top level package of the Bean Validation API.
|
javax.validation.spi |
Package containing objects specific to the interaction between the
Bean Validation bootstrapping process and Bean Validation providers.
|
javax.validation.valueextraction |
Package containing objects dedicated to extract values to validate from containers.
|
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 JSR-380.
|
org.hibernate.validator.internal.engine.valueextraction | |
org.hibernate.validator.internal.util.logging |
Logging classes.
|
Class and Description |
---|
ValueExtractor
Defines the logic used to extract the values from a container object of type
T . |
Class and Description |
---|
ValueExtractor
Defines the logic used to extract the values from a container object of type
T . |
Class and Description |
---|
ValueExtractor.ValueReceiver
Provides a set of methods receiving value extracted by the
ValueExtractor . |
Class and Description |
---|
ValueExtractor
Defines the logic used to extract the values from a container object of type
T . |
Class and Description |
---|
ValueExtractor
Defines the logic used to extract the values from a container object of type
T . |
Class and Description |
---|
ValueExtractor
Defines the logic used to extract the values from a container object of type
T . |
ValueExtractor.ValueReceiver
Provides a set of methods receiving value extracted by the
ValueExtractor . |
Class and Description |
---|
ValueExtractor
Defines the logic used to extract the values from a container object of type
T . |
ValueExtractorDeclarationException
Raised if the configuration of
ValueExtractor is illegal, e.g. |
ValueExtractorDefinitionException
Raised if a
ValueExtractor definition is illegal, e.g. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.