Uses of Interface
io.helidon.json.schema.SchemaNull
Packages that use SchemaNull
-
Uses of SchemaNull in io.helidon.json.schema
Classes in io.helidon.json.schema with type parameters of type SchemaNullModifier and TypeClassDescriptionstatic class
SchemaNull.BuilderBase<BUILDER extends SchemaNull.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends SchemaNull> Fluent API builder base forSchemaNull
.Classes in io.helidon.json.schema that implement SchemaNullModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.json.schema that return SchemaNullModifier and TypeMethodDescriptionSchemaNull.Builder.build()
SchemaNull.Builder.buildPrototype()
static SchemaNull
SchemaNull.create()
Create a new instance with default values.Methods in io.helidon.json.schema that return types with arguments of type SchemaNullModifier and TypeMethodDescriptionSchemaArray.BuilderBase.itemsNull()
Array items should be validated as an null.SchemaArray.BuilderBase.SchemaArrayImpl.itemsNull()
SchemaArray.itemsNull()
Array items should be validated as an null.SchemaObject.BuilderBase.nullProperties()
Map of all null properties.SchemaObject.BuilderBase.SchemaObjectImpl.nullProperties()
SchemaObject.nullProperties()
Map of all null properties.Schema.BuilderBase.rootNull()
Root of the schema should be validated as a null.Schema.BuilderBase.SchemaImpl.rootNull()
Schema.rootNull()
Root of the schema should be validated as a null.Methods in io.helidon.json.schema with parameters of type SchemaNullModifier and TypeMethodDescriptionSchemaObject.BuilderBase.addNullProperty
(String key, SchemaNull addNullProperty) Map of all null properties.static SchemaNull.Builder
SchemaNull.builder
(SchemaNull instance) Create a new fluent API builder from an existing instance.SchemaNull.BuilderBase.from
(SchemaNull prototype) Update this builder from an existing prototype instance.SchemaArray.BuilderBase.itemsNull
(SchemaNull itemsNull) Array items should be validated as an null.Schema.BuilderBase.rootNull
(SchemaNull rootNull) Root of the schema should be validated as a null.Method parameters in io.helidon.json.schema with type arguments of type SchemaNullModifier and TypeMethodDescriptionSchemaObject.BuilderBase.addNullProperties
(Map<String, ? extends SchemaNull> nullProperties) Map of all null properties.SchemaObject.BuilderBase.nullProperties
(Map<String, ? extends SchemaNull> nullProperties) Map of all null properties.