Package org.assertstruct.template.node
Class ScalarNode
java.lang.Object
org.assertstruct.template.node.ScalarNode
- All Implemented Interfaces:
ValueMatcher,MatchResult,TemplateNode
- Direct Known Subclasses:
AnyDateNode,AnyNode,ConstantNode,NowNode,OptionsNode,RegexpNode,RepeaterTemplateNode,SpelNode,ValueNode
-
Constructor Summary
Constructors -
Method Summary
Methods 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, isDataNode, isScalar, isStruct, print, printDebug, printEnd, printStartMethods inherited from interface org.assertstruct.matcher.ValueMatcher
match
-
Constructor Details
-
ScalarNode
public ScalarNode()
-
-
Method Details