Package | Description |
---|---|
org.hibernate.validator.internal.metadata.raw |
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstrainedExecutable
Represents a method or constructor of a Java type and all its associated
meta-data relevant in the context of bean validation, for instance the
constraints at its parameters or return value.
|
class |
ConstrainedField
Represents a field of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance its constraints.
|
class |
ConstrainedParameter
Contains constraint-related meta-data for one method parameter.
|
class |
ConstrainedType
Represents a Java type and all its associated meta-data relevant in the
context of bean validation, for instance its constraints.
|
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved