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