public class ObjectWithTypeBooleans extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isArray |
boolean |
isBoolean |
boolean |
isMap |
boolean |
isNull |
boolean |
isNumber |
boolean |
isString |
boolean |
isUnboundedInteger |
Object |
value |
| Constructor and Description |
|---|
ObjectWithTypeBooleans(Object value)
A wrapper class that is used to store payloads to be ingested by schemas
This class includes the payload value in the value property
Other booleans: isUnboundedInteger/isNumber/isString/isMap/isArray/isBoolean/isNull
allow generator templates to decide how to render each payload into code
based upon what type it is.
|
public boolean isUnboundedInteger
public boolean isNumber
public boolean isString
public boolean isMap
public boolean isArray
public boolean isBoolean
public boolean isNull
public Object value
public ObjectWithTypeBooleans(Object value)
value - the input payload that is storedCopyright © 2023. All rights reserved.