Package | Description |
---|---|
javax.validation.metadata |
Package containing all objects specifically used and returned by the
metadata API.
|
org.hibernate.validator.internal.metadata.descriptor |
Implementation of the Bean Validation meta data API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterDescriptor
Describes a validated method or constructor parameter.
|
interface |
PropertyDescriptor
Describes a Java Bean property hosting validation constraints.
|
interface |
ReturnValueDescriptor
Describes a validated return value of a method or constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterDescriptorImpl
Describes a validated method parameter.
|
class |
PropertyDescriptorImpl
Describes a validated property.
|
class |
ReturnValueDescriptorImpl |
Copyright © 2017 JBoss by Red Hat. All rights reserved.