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