Uses of Class
io.helidon.json.schema.SchemaNull.Builder
Packages that use SchemaNull.Builder
-
Uses of SchemaNull.Builder in io.helidon.json.schema
Methods in io.helidon.json.schema that return SchemaNull.BuilderModifier and TypeMethodDescriptionstatic SchemaNull.Builder
SchemaNull.builder()
Create a new fluent API builder to customize configuration.static SchemaNull.Builder
SchemaNull.builder
(SchemaNull instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.json.schema with type arguments of type SchemaNull.BuilderModifier and TypeMethodDescriptionSchemaObject.BuilderBase.addNullProperty
(String key, Consumer<SchemaNull.Builder> consumer) Map of all null properties.SchemaArray.BuilderBase.itemsNull
(Consumer<SchemaNull.Builder> consumer) Array items should be validated as an null.Schema.BuilderBase.rootNull
(Consumer<SchemaNull.Builder> consumer) Root of the schema should be validated as a null.