public enum Dereferencing extends Enum<Dereferencing>
Modifier and Type | Method and Description |
---|---|
JsonSchemaTree |
newTree(JsonNode node) |
abstract JsonSchemaTree |
newTree(JsonRef ref,
JsonNode node) |
String |
toString() |
static Dereferencing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dereferencing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dereferencing CANONICAL
public static final Dereferencing INLINE
public static Dereferencing[] values()
for (Dereferencing c : Dereferencing.values()) System.out.println(c);
public static Dereferencing valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic abstract JsonSchemaTree newTree(JsonRef ref, JsonNode node)
public JsonSchemaTree newTree(JsonNode node)
public String toString()
toString
in class Enum<Dereferencing>
Copyright © 2013. All Rights Reserved.