Package | Description |
---|---|
org.hibernate.validator.cfg.context |
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
|
org.hibernate.validator.internal.cfg.context |
Creational context implementations of the API for programmatic
constraint definition.
|
Modifier and Type | Method and Description |
---|---|
PropertyConstraintMappingContext |
PropertyTarget.field(String property)
Selects a field to which the next operations shall apply.
|
PropertyConstraintMappingContext |
PropertyTarget.getter(String property)
Selects a getter to which the next operations shall apply.
|
PropertyConstraintMappingContext |
PropertyTarget.property(String property,
ElementType type)
Deprecated.
Since 6.1. Planned for removal. Use either
PropertyTarget.field(String) or
PropertyTarget.getter(String) instead. |
Modifier and Type | Method and Description |
---|---|
PropertyConstraintMappingContext |
TypeConstraintMappingContextImpl.field(String property) |
PropertyConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.field(String property) |
PropertyConstraintMappingContext |
TypeConstraintMappingContextImpl.getter(String property) |
PropertyConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.getter(String property) |
PropertyConstraintMappingContext |
TypeConstraintMappingContextImpl.property(String property,
ElementType elementType)
Deprecated.
|
PropertyConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.property(String property,
ElementType elementType)
Deprecated.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved