public static enum JsonSchemaComparator.SchemaType extends Enum<JsonSchemaComparator.SchemaType>
| Enum Constant and Description |
|---|
ARRAY |
BOOLEAN |
COMBINED |
CONDITIONAL |
CONST |
EMPTY |
ENUM |
FALSE |
NOT |
NULL |
NUMBER |
OBJECT |
REFERENCE |
STRING |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static JsonSchemaComparator.SchemaType |
forClass(Class<? extends org.everit.json.schema.Schema> cls) |
static JsonSchemaComparator.SchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSchemaComparator.SchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonSchemaComparator.SchemaType ARRAY
public static final JsonSchemaComparator.SchemaType BOOLEAN
public static final JsonSchemaComparator.SchemaType COMBINED
public static final JsonSchemaComparator.SchemaType CONDITIONAL
public static final JsonSchemaComparator.SchemaType CONST
public static final JsonSchemaComparator.SchemaType EMPTY
public static final JsonSchemaComparator.SchemaType ENUM
public static final JsonSchemaComparator.SchemaType FALSE
public static final JsonSchemaComparator.SchemaType NOT
public static final JsonSchemaComparator.SchemaType NULL
public static final JsonSchemaComparator.SchemaType NUMBER
public static final JsonSchemaComparator.SchemaType OBJECT
public static final JsonSchemaComparator.SchemaType REFERENCE
public static final JsonSchemaComparator.SchemaType STRING
public static final JsonSchemaComparator.SchemaType TRUE
public static JsonSchemaComparator.SchemaType[] values()
for (JsonSchemaComparator.SchemaType c : JsonSchemaComparator.SchemaType.values()) System.out.println(c);
public static JsonSchemaComparator.SchemaType 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 static JsonSchemaComparator.SchemaType forClass(Class<? extends org.everit.json.schema.Schema> cls)
Copyright © 2026 Confluent, Inc.. All rights reserved.