public class DefaultValues extends Object
| Constructor and Description |
|---|
DefaultValues() |
DefaultValues(io.vertx.core.json.JsonObject... params) |
| Modifier and Type | Method and Description |
|---|---|
String |
asJsonString() |
TypedParameter<?> |
getTypedValue(DataType type) |
DefaultValues |
merge(io.vertx.core.json.JsonObject p) |
public static final String DEFAULT_UUID
public final TypedParameter<Integer> Bool
public final TypedParameter<Integer> Int8
public final TypedParameter<Integer> Int16
public final TypedParameter<Integer> Int32
public final TypedParameter<Long> Int64
public final TypedParameter<BigInteger> Int128
public final TypedParameter<BigInteger> Int256
public final TypedParameter<Integer> UInt8
public final TypedParameter<Integer> UInt16
public final TypedParameter<Long> UInt32
public final TypedParameter<Long> UInt64
public final TypedParameter<BigInteger> UInt128
public final TypedParameter<BigInteger> UInt256
public final TypedParameter<Float> Float32
public final TypedParameter<Double> Float64
public final TypedParameter<Integer> Date
public final TypedParameter<Long> Datetime
public final TypedParameter<Long> Datetime64
public final TypedParameter<BigDecimal> Decimal
public final TypedParameter<BigDecimal> Decimal32
public final TypedParameter<BigDecimal> Decimal64
public final TypedParameter<BigDecimal> Decimal128
public final TypedParameter<BigDecimal> Decimal256
public final TypedParameter<Integer> Enum
public final TypedParameter<Integer> Enum8
public final TypedParameter<Integer> Enum16
public final TypedParameter<Integer> IPv4
public final TypedParameter<String> IPv6
public final TypedParameter<String> FixedStr
public final TypedParameter<String> Str
public final TypedParameter<String> UUID
public DefaultValues()
public DefaultValues(io.vertx.core.json.JsonObject... params)
public DefaultValues merge(io.vertx.core.json.JsonObject p)
public TypedParameter<?> getTypedValue(DataType type)
public String asJsonString()
Copyright © 2019–2021. All rights reserved.