Package org.assertstruct.template.node
Class ValueNode
java.lang.Object
org.assertstruct.template.node.ScalarNode
org.assertstruct.template.node.ValueNode
- All Implemented Interfaces:
ValueMatcher,MatchResult,DataNode<Object>,TemplateNode
- Direct Known Subclasses:
StringNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertstruct.template.node.ScalarNode
addSharedValidatorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.assertstruct.result.MatchResult
isConfigMethods inherited from interface org.assertstruct.template.TemplateNode
asArray, asDict, getEndToken, getKey, getMatchedTo, getStartToken, getToken, getValidators, hasDifference, isScalar, isStruct, print, printDebug, printEnd, printStart
-
Constructor Details
-
ValueNode
-
-
Method Details
-
match
- Specified by:
matchin interfaceValueMatcher
-
isDataNode
public boolean isDataNode()- Specified by:
isDataNodein interfaceTemplateNode
-
toData
-