Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.jsr.descriptor |
This package houses the implementations and related classes for BV element descriptors, using the
D suffix to
succinctly denote implementations of *Descriptor . |
org.apache.bval.jsr.metadata | |
org.apache.bval.jsr.valueextraction |
Modifier and Type | Method and Description |
---|---|
ContainerElementKey |
GraphContext.runtimeKey(ContainerElementKey key) |
Modifier and Type | Method and Description |
---|---|
ContainerElementKey |
GraphContext.runtimeKey(ContainerElementKey key) |
Modifier and Type | Method and Description |
---|---|
ContainerElementKey |
ContainerElementTypeD.getKey() |
Modifier and Type | Field and Description |
---|---|
static Comparator<ContainerElementKey> |
ContainerElementKey.COMPARATOR |
Modifier and Type | Method and Description |
---|---|
static ContainerElementKey |
ContainerElementKey.forTypeVariable(TypeVariable<?> var) |
static ContainerElementKey |
ContainerElementKey.forValueExtractor(javax.validation.valueextraction.ValueExtractor<?> extractor) |
Modifier and Type | Method and Description |
---|---|
Set<ContainerElementKey> |
ContainerElementKey.getAssignableKeys() |
Map<ContainerElementKey,MetadataBuilder.ForContainer<AnnotatedType>> |
MetadataBuilder.ForContainer.getContainerElementTypes(Meta<E> meta) |
Modifier and Type | Method and Description |
---|---|
int |
ContainerElementKey.compareTo(ContainerElementKey o) |
Constructor and Description |
---|
ForContainerElement(Meta<?> parent,
ContainerElementKey key) |
Modifier and Type | Field and Description |
---|---|
ContainerElementKey |
ValueExtractors.UnwrappingInfo.containerElementKey |
Modifier and Type | Method and Description |
---|---|
Map<ContainerElementKey,javax.validation.valueextraction.ValueExtractor<?>> |
ValueExtractors.getValueExtractors() |
Modifier and Type | Method and Description |
---|---|
static List<GraphContext> |
ExtractValues.extract(GraphContext context,
ContainerElementKey containerElementKey,
javax.validation.valueextraction.ValueExtractor<?> valueExtractor) |
javax.validation.valueextraction.ValueExtractor<?> |
ValueExtractors.find(ContainerElementKey key) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.