Class StructuredTypeVisitor
- java.lang.Object
-
- com.fasterxml.jackson.module.jsonSchema.factories.StructuredTypeVisitor
-
- All Implemented Interfaces:
JsonSchemaProducer
public abstract class StructuredTypeVisitor extends java.lang.Object implements JsonSchemaProducer
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.SerializerProvider
provider
-
Constructor Summary
Constructors Modifier Constructor Description protected
StructuredTypeVisitor(com.fasterxml.jackson.databind.SerializerProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.SerializerProvider
getProvider()
void
setProvider(com.fasterxml.jackson.databind.SerializerProvider p)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.fasterxml.jackson.module.jsonSchema.factories.JsonSchemaProducer
getSchema
-
-