Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
Packages that use ObjectSchema
Package
Description
-
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return ObjectSchemaModifier and TypeMethodDescriptionJsonSchema.asObjectSchema()
Attempt to return this JsonSchema as anObjectSchema
-
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema.factories
Fields in com.fasterxml.jackson.module.jsonSchema.factories declared as ObjectSchemaModifier and TypeFieldDescriptionprotected final ObjectSchema
MapVisitor.schema
protected final ObjectSchema
ObjectVisitor.schema
Methods in com.fasterxml.jackson.module.jsonSchema.factories that return ObjectSchemaModifier and TypeMethodDescriptionMapVisitor.getSchema()
ObjectVisitor.getSchema()
JsonSchemaFactory.objectSchema()
Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ObjectSchemaModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
FormatVisitorFactory.mapFormatVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema) protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor
FormatVisitorFactory.mapFormatVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema, VisitorContext rvc) com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor
FormatVisitorFactory.objectFormatVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema) protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor
FormatVisitorFactory.objectFormatVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema, VisitorContext rvc) Constructors in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ObjectSchemaModifierConstructorDescriptionMapVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema) MapVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema, WrapperFactory wrapperFactory) ObjectVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema) Deprecated.ObjectVisitor
(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema schema, WrapperFactory wrapperFactory) -
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema.types
Methods in com.fasterxml.jackson.module.jsonSchema.types that return ObjectSchemaMethods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ObjectSchema
WrapperFactory