This type represents any type of number supported within Java, e.g. {@link BigDecimal}, {@link BigInteger}, {@link Long}, ... Most uses of this will want to restrict the allowable values to a much smaller set, e.g. just those values that are representable using an {@link Integer}. To do that simply set a {@link NumberSubTypeConstraint}with the number sub type set to Integer.class
.
Warning: This is a facade provided for use by user code, not for implementation by user code. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
@volantis-api-include-in PublicAPI @volantis-api-include-in ProfessionalServicesAPI @volantis-api-include-in InternalAPI
|
|