public class CombinedSchemaWrapper extends Object implements SchemaWrapper
Constructor and Description |
---|
CombinedSchemaWrapper(org.everit.json.schema.CombinedSchema wrapped) |
Modifier and Type | Method and Description |
---|---|
void |
accept(JsonSchemaWrapperVisitor visitor) |
org.everit.json.schema.CombinedSchema.ValidationCriterion |
getCriterion() |
Collection<SchemaWrapper> |
getSubschemas() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWrapped
public CombinedSchemaWrapper(org.everit.json.schema.CombinedSchema wrapped)
public void accept(JsonSchemaWrapperVisitor visitor)
accept
in interface SchemaWrapper
public org.everit.json.schema.CombinedSchema.ValidationCriterion getCriterion()
public Collection<SchemaWrapper> getSubschemas()
Copyright © 2020 Red Hat. All rights reserved.