public final class GenericSchemaFeatureInput extends Object
GenericSchemaFeature| Modifier and Type | Method and Description |
|---|---|
Collection<? extends com.fasterxml.jackson.databind.JsonNode> |
getSamples() |
com.fasterxml.jackson.databind.node.ObjectNode |
getSchema() |
SpecVersion |
getSpecVersion() |
String |
getType() |
@Nonnull public com.fasterxml.jackson.databind.node.ObjectNode getSchema()
GenericSchemaFeatures are not supposed to mutate
the schema.@Nonnull public Collection<? extends com.fasterxml.jackson.databind.JsonNode> getSamples()
@Nonnull public SpecVersion getSpecVersion()
SpecVersionCopyright © 2019–2022. All rights reserved.