Package org.assertstruct.template.node
Class StringNode
java.lang.Object
org.assertstruct.template.node.ScalarNode
org.assertstruct.template.node.ValueNode
org.assertstruct.template.node.StringNode
- All Implemented Interfaces:
ValueMatcher,MatchResult,DataNode<Object>,TemplateNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertstruct.template.node.ValueNode
isDataNode, match, toDataMethods 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
-
StringNode
-