Uses of Class
com.github.javaparser.serialization.JavaParserJsonSerializer.JsonRange
-
-
Uses of JavaParserJsonSerializer.JsonRange in com.github.javaparser.serialization
Methods in com.github.javaparser.serialization that return JavaParserJsonSerializer.JsonRange Modifier and Type Method Description static JavaParserJsonSerializer.JsonRange
JavaParserJsonSerializer.JsonRange. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaParserJsonSerializer.JsonRange[]
JavaParserJsonSerializer.JsonRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-