Uses of Class
io.helidon.json.schema.SchemaNull.Builder
Packages that use SchemaNull.Builder
-
Uses of SchemaNull.Builder in io.helidon.json.schema
Subclasses with type arguments of type SchemaNull.Builder in io.helidon.json.schemaClasses in io.helidon.json.schema that implement interfaces with type arguments of type SchemaNull.BuilderMethods in io.helidon.json.schema that return SchemaNull.BuilderModifier and TypeMethodDescriptionstatic SchemaNull.BuilderSchemaNull.builder()Create a new fluent API builder to customize configuration.static SchemaNull.BuilderSchemaNull.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.