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 theDsuffix 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 GraphContextGraphContext. child(jakarta.validation.Path p, Object value)GraphContextGraphContext. child(NodeImpl node, Object value)GraphContextGraphContext. 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 GraphContextValidationJob.Frame. context(package private) GraphContextValidateProperty.ForBeanProperty. rootContextFields in org.apache.bval.jsr.job with type parameters of type GraphContext Modifier and Type Field Description (package private) ObjectWrapper<GraphContext>ValidateProperty.ForBeanProperty. leafContextMethods in org.apache.bval.jsr.job that return GraphContext Modifier and Type Method Description protected GraphContextValidationJob.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)
-