@Singleton public class StringParser extends java.lang.Object implements PrimitiveParser<java.lang.String>
Node into a string.| Constructor and Description |
|---|
StringParser() |
| Modifier and Type | Method and Description |
|---|---|
@NonNull java.lang.String |
throwingParse(@NonNull Node node,
@NonNull java.lang.String string)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthrowingParsepublic @NonNull java.lang.String throwingParse(@NonNull Node node, @NonNull java.lang.String string)
PrimitiveParserthrowingParse in interface PrimitiveParser<java.lang.String>node - the nodestring - the node value