Uses of Class
org.apache.bval.jsr.GraphContext
-
Packages that use GraphContext Package Description org.apache.bval.jsr org.apache.bval.jsr.descriptor This package houses the implementations and related classes for BV element descriptors, using theD
suffix to succinctly denote implementations of*Descriptor
.org.apache.bval.jsr.job org.apache.bval.jsr.valueextraction -
-
Uses of GraphContext in org.apache.bval.jsr
Methods in org.apache.bval.jsr that return GraphContext Modifier and Type Method Description GraphContext
GraphContext. child(jakarta.validation.Path p, Object value)
GraphContext
GraphContext. child(NodeImpl node, Object value)
GraphContext
GraphContext. getParent()
-
Uses of GraphContext in org.apache.bval.jsr.descriptor
Methods in org.apache.bval.jsr.descriptor that return types with arguments of type GraphContext Modifier and Type Method Description Stream<GraphContext>
PropertyD. read(GraphContext context)
Methods in org.apache.bval.jsr.descriptor with parameters of type GraphContext Modifier and Type Method Description Stream<GraphContext>
PropertyD. read(GraphContext context)
-
Uses of GraphContext in org.apache.bval.jsr.job
Fields in org.apache.bval.jsr.job declared as GraphContext Modifier and Type Field Description protected GraphContext
ValidationJob.Frame. context
(package private) GraphContext
ValidateProperty.ForBeanProperty. rootContext
Fields in org.apache.bval.jsr.job with type parameters of type GraphContext Modifier and Type Field Description (package private) ObjectWrapper<GraphContext>
ValidateProperty.ForBeanProperty. leafContext
Methods in org.apache.bval.jsr.job that return GraphContext Modifier and Type Method Description protected GraphContext
ValidationJob.SproutFrame. getMultiplexContext()
Methods in org.apache.bval.jsr.job with parameters of type GraphContext Modifier and Type Method Description protected abstract ValidationJob.Frame<?>
ValidateReturnValue. createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
protected ValidationJob.Frame<?>
ValidateReturnValue.ForConstructor. createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
protected ValidationJob.Frame<?>
ValidateReturnValue.ForMethod. createBaseFrame(ReturnValueD<?,?> descriptor, GraphContext context)
protected ValidationJob.Frame<?>
ValidateProperty.LeafFrame. propertyFrame(PropertyD<?> d, GraphContext context)
protected ValidationJob.Frame<?>
ValidationJob.BeanFrame. propertyFrame(PropertyD<?> d, GraphContext context)
Constructors in org.apache.bval.jsr.job with parameters of type GraphContext Constructor Description BeanFrame(GraphContext context)
BeanFrame(ValidationJob.Frame<?> parent, GraphContext context)
Frame(ValidationJob.Frame<?> parent, D descriptor, GraphContext context)
LeafFrame(GraphContext context)
ParametersFrame(jakarta.validation.metadata.ExecutableDescriptor executableDescriptor, GraphContext context)
PropertyFrame(ValidationJob.Frame<?> parent, D descriptor, GraphContext context)
SproutFrame(D descriptor, GraphContext context)
SproutFrame(ValidationJob.Frame<?> parent, D descriptor, GraphContext context)
-
Uses of GraphContext in org.apache.bval.jsr.valueextraction
Methods in org.apache.bval.jsr.valueextraction that return types with arguments of type GraphContext Modifier and Type Method Description static List<GraphContext>
ExtractValues. extract(GraphContext context, ContainerElementKey containerElementKey, jakarta.validation.valueextraction.ValueExtractor<?> valueExtractor)
Methods in org.apache.bval.jsr.valueextraction with parameters of type GraphContext Modifier and Type Method Description static List<GraphContext>
ExtractValues. extract(GraphContext context, ContainerElementKey containerElementKey, jakarta.validation.valueextraction.ValueExtractor<?> valueExtractor)
-