Uses of Interface
com.fasterxml.jackson.module.jsonSchema.factories.Visitor
-
Packages that use Visitor Package Description com.fasterxml.jackson.module.jsonSchema.customProperties com.fasterxml.jackson.module.jsonSchema.factories -
-
Uses of Visitor in com.fasterxml.jackson.module.jsonSchema.customProperties
Classes in com.fasterxml.jackson.module.jsonSchema.customProperties that implement Visitor Modifier and Type Class Description classHyperSchemaFactoryWrapperAdds a hyperlink to object schema, either root level or nested.classTitleSchemaFactoryWrapperAdds a title to every object schema, either root level or nested.classValidationSchemaFactoryWrapper -
Uses of Visitor in com.fasterxml.jackson.module.jsonSchema.factories
Classes in com.fasterxml.jackson.module.jsonSchema.factories that implement Visitor Modifier and Type Class Description classArrayVisitorclassMapVisitorWhile JSON Schema does not have notion of "Map" type (unlimited property names), Jackson has, so the distinction is exposed.classObjectVisitorclassSchemaFactoryWrapperMethods in com.fasterxml.jackson.module.jsonSchema.factories that return Visitor Modifier and Type Method Description VisitorArrayVisitor. setVisitorContext(VisitorContext rvc)VisitorMapVisitor. setVisitorContext(VisitorContext rvc)VisitorObjectVisitor. setVisitorContext(VisitorContext rvc)VisitorVisitor. setVisitorContext(VisitorContext rvc)
-