Klasse NumberSchema
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ParameterSchema<BigDecimal>
io.github.primelib.webmethodsapigateway4j.model.NumberSchema
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NumberSchema
extends ParameterSchema<BigDecimal>
NumberSchema
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BigDecimal
The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided.protected List<BigDecimal>
protected String
Von Klasse geerbte Felder io.github.primelib.webmethodsapigateway4j.model.ParameterSchema
additionalProperties, additionalPropertiesAsBoolean, deprecated, description, example, exclusiveMaximum, exclusiveMinimum, externalDocs, format, get$ref, maximum, maxItems, maxLength, maxProperties, minimum, minItems, minLength, minProperties, multipleOf, name, not, nullable, pattern, properties, readOnly, required, title, uniqueItems, vendorExtensions, writeOnly, xml
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NumberSchema
(BigDecimal _default, List<BigDecimal> _enum, String type) NumberSchema
(Consumer<NumberSchema> spec) Constructs a validated implementation ofNumberSchema
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_default()
The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided._default
(BigDecimal _default) The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided._enum()
_enum
(List<BigDecimal> _enum) protected boolean
boolean
int
hashCode()
toString()
type()
It specifies the data type for a schemaIt specifies the data type for a schemaVon Klasse geerbte Methoden io.github.primelib.webmethodsapigateway4j.model.ParameterSchema
_default, additionalProperties, additionalProperties, additionalPropertiesAsBoolean, additionalPropertiesAsBoolean, deprecated, deprecated, description, description, example, example, exclusiveMaximum, exclusiveMaximum, exclusiveMinimum, exclusiveMinimum, externalDocs, externalDocs, format, format, get$ref, get$ref, maximum, maximum, maxItems, maxItems, maxLength, maxLength, maxProperties, maxProperties, minimum, minimum, minItems, minItems, minLength, minLength, minProperties, minProperties, multipleOf, multipleOf, name, name, not, not, nullable, nullable, pattern, pattern, properties, properties, readOnly, readOnly, required, required, title, title, uniqueItems, uniqueItems, vendorExtensions, vendorExtensions, writeOnly, writeOnly, xml, xml
-
Felddetails
-
_default
The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided. Unlike JSON Schema, the value MUST conform to the defined type for the Schema Object defined at the same level. For example, if type is string, then default can be "foo" but cannot be 1 -
_enum
-
type
-
-
Konstruktordetails
-
NumberSchema
Constructs a validated implementation ofNumberSchema
.- Parameter:
spec
- the specification to process
-
NumberSchema
-
NumberSchema
protected NumberSchema()
-
-
Methodendetails
-
_default
The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided. Unlike JSON Schema, the value MUST conform to the defined type for the Schema Object defined at the same level. For example, if type is string, then default can be "foo" but cannot be 1- Setzt außer Kraft:
_default
in KlasseParameterSchema<BigDecimal>
-
_enum
- Setzt außer Kraft:
_enum
in KlasseParameterSchema<BigDecimal>
-
type
Beschreibung aus Klasse kopiert:ParameterSchema
It specifies the data type for a schema- Setzt außer Kraft:
type
in KlasseParameterSchema<BigDecimal>
-
_default
The default value represents what would be assumed by the consumer of the input as the value of the schema if one is not provided. Unlike JSON Schema, the value MUST conform to the defined type for the Schema Object defined at the same level. For example, if type is string, then default can be "foo" but cannot be 1- Gibt zurück:
this
.
-
_enum
- Setzt außer Kraft:
_enum
in KlasseParameterSchema<BigDecimal>
- Gibt zurück:
this
.
-
type
Beschreibung aus Klasse kopiert:ParameterSchema
It specifies the data type for a schema- Setzt außer Kraft:
type
in KlasseParameterSchema<BigDecimal>
- Gibt zurück:
this
.
-
toString
- Setzt außer Kraft:
toString
in KlasseParameterSchema<BigDecimal>
-
equals
- Setzt außer Kraft:
equals
in KlasseParameterSchema<BigDecimal>
-
canEqual
- Setzt außer Kraft:
canEqual
in KlasseParameterSchema<BigDecimal>
-
hashCode
public int hashCode()- Setzt außer Kraft:
hashCode
in KlasseParameterSchema<BigDecimal>
-