Package org.apache.bval.jsr
Class GraphContext
- java.lang.Object
-
- org.apache.bval.jsr.GraphContext
-
public class GraphContext extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphContext(ApacheFactoryContext validatorContext, PathImpl path, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphContextchild(jakarta.validation.Path p, Object value)GraphContextchild(NodeImpl node, Object value)booleanequals(Object obj)GraphContextgetParent()PathImplgetPath()ApacheFactoryContextgetValidatorContext()ObjectgetValue()inthashCode()booleanisRecursive()booleanisRoot()ContainerElementKeyruntimeKey(ContainerElementKey key)StringtoString()
-
-
-
Constructor Detail
-
GraphContext
public GraphContext(ApacheFactoryContext validatorContext, PathImpl path, Object value)
-
-
Method Detail
-
getValidatorContext
public ApacheFactoryContext getValidatorContext()
-
getPath
public PathImpl getPath()
-
getValue
public Object getValue()
-
child
public GraphContext child(NodeImpl node, Object value)
-
child
public GraphContext child(jakarta.validation.Path p, Object value)
-
isRoot
public boolean isRoot()
-
isRecursive
public boolean isRecursive()
-
getParent
public GraphContext getParent()
-
runtimeKey
public ContainerElementKey runtimeKey(ContainerElementKey key)
-
-