Java com.fasterxml.jackson.module.jsonSchema JsonSchema fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.module.jsonSchema JsonSchema fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.module.jsonSchema JsonSchema.

The text is from its open source code.

Method

StringgetId()
booleanisObjectSchema()
determine if this JsonSchema is an ObjectSchema .
booleanisValueTypeSchema()
determine if this JsonSchema is an ValueTypeSchema .
voidsetDescription(String description)
voidsetRequired(Boolean required)