@ForUseOnly public interface JsonNumberValue extends JsonElement<Number>
CAUTION:
This class is still in development and may change drastically without any further notice.Modifier and Type | Method and Description |
---|---|
static JsonNumberValue |
of(Number value)
Returns a new
json element wrapping the given value . |
getValue
@NotNull static JsonNumberValue of(@NotNull Number value)
json element
wrapping the given value
.value
- the value
to wrap (must not be null
)json element
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210