Package graphql.parser
Class StringValueParsing
java.lang.Object
graphql.parser.StringValueParsing
Contains parsing code for the StringValue types in the grammar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
parseSingleQuotedString
(I18n i18n, String string, SourceLocation sourceLocation) static String
parseTripleQuotedString
(String strText) static String
removeIndentation
(String rawValue)
-
Constructor Details
-
StringValueParsing
public StringValueParsing()
-
-
Method Details
-
parseTripleQuotedString
-
removeIndentation
-
parseSingleQuotedString
public static String parseSingleQuotedString(I18n i18n, String string, SourceLocation sourceLocation)
-