Uses of Enum Class
com.relogiclabs.jschema.tree.TreeType
Packages that use TreeType
-
Uses of TreeType in com.relogiclabs.jschema
Constructors in com.relogiclabs.jschema with parameters of type TreeTypeModifierConstructorDescriptionJsonAssert(String expected, TreeType type) Initializes a new instance of theJsonAssertclass for the specifiedexpectedstring, which can be either a JSchema or a JSON representation. -
Uses of TreeType in com.relogiclabs.jschema.tree
Methods in com.relogiclabs.jschema.tree that return TreeTypeModifier and TypeMethodDescriptionDataTree.getType()JsonTree.getType()SchemaTree.getType()static TreeTypeReturns 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.