Package io.leangen.graphql.util
Class ReservedStrings
- java.lang.Object
-
- io.leangen.graphql.util.ReservedStrings
-
public class ReservedStrings extends Object
-
-
Constructor Summary
Constructors Constructor Description ReservedStrings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
decode(String value)
static DefaultValue
decodeDefault(String value)
-
-
-
Field Detail
-
NULL
public static final String NULL
- See Also:
- Constant Field Values
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
-
Method Detail
-
decodeDefault
public static DefaultValue decodeDefault(String value)
-
-