IntegerType |
IntegerType.withAnnotated() |
IntegerType |
IntegerType.withAnnotated(boolean annotated) |
IntegerType |
IntegerType.withDefaultValue(Number value) |
IntegerType |
IntegerType.withDescription(String description) |
IntegerType |
IntegerType.withFeature(String name,
Object value) |
IntegerType |
IntegerType.withFeatures(Map<String,Object> features) |
IntegerType |
IntegerType.withFormat(String format) |
IntegerType |
IntegerType.withLabel(String label) |
IntegerType |
IntegerType.withMaxValue(Long maxValue) |
IntegerType |
IntegerType.withMaxValue(Long maxValue,
boolean exclusiveMax) |
IntegerType |
IntegerType.withMinValue(Long minValue) |
IntegerType |
IntegerType.withMinValue(Long minValue,
boolean exclusiveMin) |
IntegerType |
IntegerType.withName(String name) |
IntegerType |
IntegerType.withNullable() |
IntegerType |
IntegerType.withNullable(boolean nullable) |
IntegerType |
IntegerType.withOptional() |
IntegerType |
IntegerType.withProvided(ProvidedMeta provided) |