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