Class JsonNode.JsonNodeBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.JsonNode.JsonNodeBuilder
- Enclosing class:
- JsonNode
-
Method Summary
Modifier and TypeMethodDescriptionbigDecimal(Boolean bigDecimal) bigInteger(Boolean bigInteger) bigIntegerValue(Integer bigIntegerValue) binaryValue(List<byte[]> binaryValue) booleanValue(Boolean booleanValue) build()containerNode(Boolean containerNode) decimalValue(BigDecimal decimalValue) doubleValue(Double doubleValue) fieldNames(Object fieldNames) floatingPointNumber(Boolean floatingPointNumber) integralNumber(Boolean integralNumber) missingNode(Boolean missingNode) numberType(JsonNode.NumberTypeEnum numberType) numberValue(BigDecimal numberValue) toString()valueAsBoolean(Boolean valueAsBoolean) valueAsDouble(Double valueAsDouble) valueAsInt(Integer valueAsInt) valueAsLong(Long valueAsLong) valueAsText(String valueAsText)
-
Method Details
-
array
- Returns:
this.
-
bigDecimal
- Returns:
this.
-
bigInteger
- Returns:
this.
-
bigIntegerValue
- Returns:
this.
-
binary
- Returns:
this.
-
binaryValue
- Returns:
this.
-
_boolean
- Returns:
this.
-
booleanValue
- Returns:
this.
-
containerNode
- Returns:
this.
-
decimalValue
- Returns:
this.
-
_double
- Returns:
this.
-
doubleValue
- Returns:
this.
-
elements
- Returns:
this.
-
fieldNames
- Returns:
this.
-
fields
- Returns:
this.
-
floatingPointNumber
- Returns:
this.
-
_int
- Returns:
this.
-
intValue
- Returns:
this.
-
integralNumber
- Returns:
this.
-
_long
- Returns:
this.
-
longValue
- Returns:
this.
-
missingNode
- Returns:
this.
-
_null
- Returns:
this.
-
number
- Returns:
this.
-
numberType
- Returns:
this.
-
numberValue
- Returns:
this.
-
object
- Returns:
this.
-
pojo
- Returns:
this.
-
textValue
- Returns:
this.
-
textual
- Returns:
this.
-
valueAsBoolean
- Returns:
this.
-
valueAsDouble
- Returns:
this.
-
valueAsInt
- Returns:
this.
-
valueAsLong
- Returns:
this.
-
valueAsText
- Returns:
this.
-
valueNode
- Returns:
this.
-
build
-
toString
-