Uses of Class
com.fasterxml.jackson.module.jsonSchema.types.ObjectSchema
-
Packages that use ObjectSchema Package Description com.fasterxml.jackson.module.jsonSchema com.fasterxml.jackson.module.jsonSchema.factories com.fasterxml.jackson.module.jsonSchema.types -
-
Uses of ObjectSchema in com.fasterxml.jackson.module.jsonSchema
Methods in com.fasterxml.jackson.module.jsonSchema that return ObjectSchema Modifier and Type Method Description ObjectSchemaJsonSchema. 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 ObjectSchema Modifier and Type Field Description protected ObjectSchemaMapVisitor. schemaprotected ObjectSchemaObjectVisitor. schemaMethods in com.fasterxml.jackson.module.jsonSchema.factories that return ObjectSchema Modifier and Type Method Description ObjectSchemaMapVisitor. getSchema()ObjectSchemaObjectVisitor. getSchema()ObjectSchemaJsonSchemaFactory. objectSchema()Methods in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ObjectSchema Modifier and Type Method Description com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitorFormatVisitorFactory. mapFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema)protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitorFormatVisitorFactory. mapFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema, VisitorContext rvc)com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitorFormatVisitorFactory. objectFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema)protected com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitorFormatVisitorFactory. objectFormatVisitor(com.fasterxml.jackson.databind.SerializerProvider provider, ObjectSchema objectSchema, VisitorContext rvc)Constructors in com.fasterxml.jackson.module.jsonSchema.factories with parameters of type ObjectSchema Constructor Description MapVisitor(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.Since 2.4; call constructor that takesWrapperFactoryObjectVisitor(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 ObjectSchema Modifier and Type Method Description ObjectSchemaObjectSchema. asObjectSchema()Methods in com.fasterxml.jackson.module.jsonSchema.types with parameters of type ObjectSchema Modifier and Type Method Description protected booleanObjectSchema. _equals(ObjectSchema that)
-