Uses of Class
com.relogiclabs.jschema.node.JNode
Packages that use JNode
Package
Description
-
Uses of JNode in com.relogiclabs.jschema.exception
Constructors in com.relogiclabs.jschema.exception with parameters of type JNodeModifierConstructorDescriptionFunctionValidationException
(ErrorDetail error, JNode caller, JNode target) ValidationException
(ErrorDetail error, JNode schemaNode, JNode jsonNode) -
Uses of JNode in com.relogiclabs.jschema.extension
Methods in com.relogiclabs.jschema.extension with type parameters of type JNodeModifier and TypeMethodDescription<T extends JNode>
TConstraintExtension.getInvoker
(Class<T> type) <T extends JNode>
TGeneralExtension.getInvoker
(Class<T> type) Methods in com.relogiclabs.jschema.extension that return JNodeModifier and TypeMethodDescriptionConstraintExtension.getInvoker()
ConstraintFunctions.getInvoker()
GeneralExtension.getInvoker()
Methods in com.relogiclabs.jschema.extension with parameters of type JNodeModifier and TypeMethodDescriptionvoid
ConstraintExtension.setInvoker
(JNode invoker) void
ConstraintFunctions.setInvoker
(JNode invoker) void
GeneralExtension.setInvoker
(JNode invoker) -
Uses of JNode in com.relogiclabs.jschema.message
Methods in com.relogiclabs.jschema.message with parameters of type JNodeModifier and TypeMethodDescriptionstatic ErrorDetail
MessageFormatter.formatForBoth
(String code, String message, JNode schemaNode, JNode jsonNode) static ErrorDetail
MessageFormatter.formatForJson
(String code, String message, JNode node) static ErrorDetail
MessageFormatter.formatForSchema
(String code, String message, JNode node) Constructors in com.relogiclabs.jschema.message with parameters of type JNodeModifierConstructorDescriptionActualDetail
(JNode node, String message) ContextDetail
(JNode node, String message) ExpectedDetail
(JNode node, String message) -
Uses of JNode in com.relogiclabs.jschema.node
Subclasses of JNode in com.relogiclabs.jschema.nodeModifier and TypeClassDescriptionfinal class
final class
final class
class
class
final class
final class
class
final class
class
final class
final class
final class
final class
final class
class
final class
class
final class
final class
class
final class
final class
final class
final class
class
final class
final class
final class
final class
final class
Methods in com.relogiclabs.jschema.node with type parameters of type JNodeModifier and TypeMethodDescription<T extends JNode>
TJReceiver.getValueNode
(Class<T> type) JReceiver.getValueNodes
(Class<T> type) Methods in com.relogiclabs.jschema.node that return JNodeModifier and TypeMethodDescriptionDerivable.getDerived()
JString.getDerived()
JComposite.getNode()
JPrimitive.getNode()
JsonTypable.getNode()
JNode.getParent()
JProperty.getValue()
JRoot.getValue()
JValidator.getValue()
Methods in com.relogiclabs.jschema.node that return types with arguments of type JNodeModifier and TypeMethodDescriptionCollection<? extends JNode>
JArray.components()
abstract Collection<? extends JNode>
JComposite.components()
Collection<? extends JNode>
JObject.components()
JFunction.getArguments()
Collection<? extends JNode>
JNode.getChildren()
JArray.getElements()
JArray.iterator()
JReceiver.iterator()
Methods in com.relogiclabs.jschema.node with parameters of type JNodeModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
abstract boolean
boolean
boolean
boolean
boolean
boolean
MatchResult
boolean
boolean
boolean
void
JString.setDerived
(JNode derived) -
Uses of JNode in com.relogiclabs.jschema.tree
Methods in com.relogiclabs.jschema.tree that return types with arguments of type JNodeMethods in com.relogiclabs.jschema.tree with parameters of type JNode