A JsonTemplate that can be matched against a single precision floating point numeric value.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Returns whether or not the given JsonElement matches this template.
Returns whether or not the given JsonElement matches this template.
Value parameters
- value
-
the JsonElement to match
Attributes
- Returns
-
whether or not the given JsonElement matches
- Definition Classes
- Inherited from:
- JsonNumericTemplate
Inherited fields
The constant numeric value to be used for matching against the given JsonElement.
The constant numeric value to be used for matching against the given JsonElement.
Attributes
- Inherited from:
- JsonNumericTemplate
The exclusive maximum to be used for matching against the given JsonElement.
The exclusive maximum to be used for matching against the given JsonElement.
Attributes
- Inherited from:
- JsonNumericTemplate
The exclusive minimum to be used for matching against the given JsonElement.
The exclusive minimum to be used for matching against the given JsonElement.
Attributes
- Inherited from:
- JsonNumericTemplate
The inclusive maximum to be used for matching against the given JsonElement.
The inclusive maximum to be used for matching against the given JsonElement.
Attributes
- Inherited from:
- JsonNumericTemplate
The inclusive minimum to be used for matching against the given JsonElement.
The inclusive minimum to be used for matching against the given JsonElement.
Attributes
- Inherited from:
- JsonNumericTemplate