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