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 |
---|---|
ContainerElementConstraintMappingContext |
ContainerElementTarget.containerElementType()
Selects the single type argument of the current element's generic type as the target for the next operations.
|
ContainerElementConstraintMappingContext |
ContainerElementTarget.containerElementType(int index,
int... nestedIndexes)
Selects the single type argument of the current element's generic type as the target for the next operations.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerElementConstraintMappingContextImpl |
Modifier and Type | Method and Description |
---|---|
ContainerElementConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition) |
ContainerElementConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.containerElementType() |
ContainerElementConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.containerElementType(int index,
int... nestedIndexes) |
protected ContainerElementConstraintMappingContext |
ContainerElementConstraintMappingContextImpl.getThis() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.