public class CombinedSchemaExt
extends org.everit.json.schema.CombinedSchema
allOf, oneOf, anyOf schemas.| Modifier and Type | Class and Description |
|---|---|
static class |
CombinedSchemaExt.Builder
Builder class for
CombinedSchemaExt. |
| Constructor and Description |
|---|
CombinedSchemaExt(CombinedSchemaExt.Builder builder)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CombinedSchemaExt.Builder |
allOf(Collection<org.everit.json.schema.Schema> schemas) |
static CombinedSchemaExt.Builder |
anyOf(Collection<org.everit.json.schema.Schema> schemas) |
static CombinedSchemaExt.Builder |
builder() |
static CombinedSchemaExt.Builder |
builder(Collection<org.everit.json.schema.Schema> subschemas) |
boolean |
equals(Object o) |
int |
hashCode() |
static CombinedSchemaExt.Builder |
oneOf(Collection<org.everit.json.schema.Schema> schemas) |
canEqual, definesProperty, getCriterion, getSubschemas, hasMultipleCombinedSchemasOfSameCriterionpublic CombinedSchemaExt(CombinedSchemaExt.Builder builder)
builder - the builder containing the validation criterion and the subschemas to be
checkedpublic static CombinedSchemaExt.Builder allOf(Collection<org.everit.json.schema.Schema> schemas)
public static CombinedSchemaExt.Builder anyOf(Collection<org.everit.json.schema.Schema> schemas)
public static CombinedSchemaExt.Builder builder()
public static CombinedSchemaExt.Builder builder(Collection<org.everit.json.schema.Schema> subschemas)
public static CombinedSchemaExt.Builder oneOf(Collection<org.everit.json.schema.Schema> schemas)
public boolean equals(Object o)
equals in class org.everit.json.schema.CombinedSchemapublic int hashCode()
hashCode in class org.everit.json.schema.CombinedSchemaCopyright © 2026 Confluent, Inc.. All rights reserved.