JsonSchema |
JsonSchema.copy() |
JsonSchema |
JsonSchema.copy(Integer version) |
JsonSchema |
JsonSchema.copy(Metadata metadata,
RuleSet ruleSet) |
JsonSchema |
JsonSchema.copyIgnoringModernDialects() |
static JsonSchema |
JsonSchemaUtils.copyOf(JsonSchema schema) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
boolean failUnknownProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
boolean failUnknownProperties,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
boolean useOneofForNullables,
SchemaRegistryClient client) |
static JsonSchema |
JsonSchemaUtils.getSchema(Object object,
SpecificationVersion specVersion,
List<String> scanPackages,
boolean useOneofForNullables,
boolean failUnknownProperties,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
SchemaRegistryClient client) |
JsonSchema |
JsonSchema.normalize() |