Module io.helidon.json.schema
Package io.helidon.json.schema
Annotation Interface JsonSchema.Integer.ExclusiveMinimum
- Enclosing class:
JsonSchema.Integer
@Target({METHOD,FIELD})
@Retention(CLASS)
public static @interface JsonSchema.Integer.ExclusiveMinimum
Exclusive minimum value of the integer number.
Explanation: validated number > exclusive minimum.
-
Required Element Summary
Required Elements
-
Element Details
-
value
long valueInteger number exclusive minimum.- Returns:
- selected exclusive minimum value
-