Uses of Enum Class
com.relogiclabs.jschema.tree.TreeType
-
Uses of TreeType in com.relogiclabs.jschema
ModifierConstructorDescriptionJsonAssert
(String expected, TreeType type) Initializes a new instance of theJsonAssert
class for the specifiedexpected
string, which can be either a JSchema or a JSON representation. -
Uses of TreeType in com.relogiclabs.jschema.tree
Modifier and TypeMethodDescriptionDataTree.getType()
JsonTree.getType()
SchemaTree.getType()
static TreeType
Returns the enum constant of this class with the specified name.static TreeType[]
TreeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.