Uses of Class
com.kjetland.jackson.jsonSchema.JsonSchemaConfig
-
Packages that use JsonSchemaConfig Package Description com.kjetland.jackson.jsonSchema -
-
Uses of JsonSchemaConfig in com.kjetland.jackson.jsonSchema
Fields in com.kjetland.jackson.jsonSchema declared as JsonSchemaConfig Modifier and Type Field Description static JsonSchemaConfigJsonSchemaConfig. DEFAULTstatic JsonSchemaConfigJsonSchemaConfig. JSON_EDITORUse this configuration if using the JsonSchema to generate HTML5 GUI, eg.static JsonSchemaConfigJsonSchemaConfig. NULLABLEThis configuration is exactly like the vanilla JSON schema generator, except that "nullables" have been turned on: `useOneOfForOption` and `useOneForNullables` have both been set to `true`.Constructors in com.kjetland.jackson.jsonSchema with parameters of type JsonSchemaConfig Constructor Description JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper rootObjectMapper, JsonSchemaConfig config)JSON Schema Generator.
-