Klasse JsonNode

java.lang.Object
io.github.primelib.jira4j.restv3.model.JsonNode

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JsonNode extends Object
JsonNode
  • Felddetails

    • array

      protected Boolean array
    • bigDecimal

      protected Boolean bigDecimal
    • bigInteger

      protected Boolean bigInteger
    • bigIntegerValue

      protected Integer bigIntegerValue
    • binary

      protected Boolean binary
    • binaryValue

      protected List<byte[]> binaryValue
    • _boolean

      protected Boolean _boolean
    • booleanValue

      protected Boolean booleanValue
    • containerNode

      protected Boolean containerNode
    • decimalValue

      protected BigDecimal decimalValue
    • _double

      protected Boolean _double
    • doubleValue

      protected Double doubleValue
    • elements

      protected Object elements
    • fieldNames

      protected Object fieldNames
    • fields

      protected Object fields
    • floatingPointNumber

      protected Boolean floatingPointNumber
    • _int

      protected Boolean _int
    • intValue

      protected Integer intValue
    • integralNumber

      protected Boolean integralNumber
    • _long

      protected Boolean _long
    • longValue

      protected Long longValue
    • missingNode

      protected Boolean missingNode
    • _null

      protected Boolean _null
    • number

      protected Boolean number
    • numberType

      protected JsonNode.NumberTypeEnum numberType
    • numberValue

      protected BigDecimal numberValue
    • object

      protected Boolean object
    • pojo

      protected Boolean pojo
    • textValue

      protected String textValue
    • textual

      protected Boolean textual
    • valueAsBoolean

      protected Boolean valueAsBoolean
    • valueAsDouble

      protected Double valueAsDouble
    • valueAsInt

      protected Integer valueAsInt
    • valueAsLong

      protected Long valueAsLong
    • valueAsText

      protected String valueAsText
    • valueNode

      protected Boolean valueNode
  • Konstruktordetails

    • JsonNode

      public JsonNode(Consumer<JsonNode> spec)
      Constructs a validated instance of JsonNode.
      Parameter:
      spec - the specification to process
    • JsonNode

      @Internal public JsonNode(Boolean array, Boolean bigDecimal, Boolean bigInteger, Integer bigIntegerValue, Boolean binary, List<byte[]> binaryValue, Boolean _boolean, Boolean booleanValue, Boolean containerNode, BigDecimal decimalValue, Boolean _double, Double doubleValue, Object elements, Object fieldNames, Object fields, Boolean floatingPointNumber, Boolean _int, Integer intValue, Boolean integralNumber, Boolean _long, Long longValue, Boolean missingNode, Boolean _null, Boolean number, JsonNode.NumberTypeEnum numberType, BigDecimal numberValue, Boolean object, Boolean pojo, String textValue, Boolean textual, Boolean valueAsBoolean, Double valueAsDouble, Integer valueAsInt, Long valueAsLong, String valueAsText, Boolean valueNode)
      Constructs a validated instance of JsonNode.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using JsonNode(Consumer) instead.

      Parameter:
      array - var.name
      bigDecimal - var.name
      bigInteger - var.name
      bigIntegerValue - var.name
      binary - var.name
      binaryValue - var.name
      _boolean - var.name
      booleanValue - var.name
      containerNode - var.name
      decimalValue - var.name
      _double - var.name
      doubleValue - var.name
      elements - var.name
      fieldNames - var.name
      fields - var.name
      floatingPointNumber - var.name
      _int - var.name
      intValue - var.name
      integralNumber - var.name
      _long - var.name
      longValue - var.name
      missingNode - var.name
      _null - var.name
      number - var.name
      numberType - var.name
      numberValue - var.name
      object - var.name
      pojo - var.name
      textValue - var.name
      textual - var.name
      valueAsBoolean - var.name
      valueAsDouble - var.name
      valueAsInt - var.name
      valueAsLong - var.name
      valueAsText - var.name
      valueNode - var.name
    • JsonNode

      protected JsonNode()
  • Methodendetails

    • builder

      public static JsonNode.JsonNodeBuilder builder()
    • array

      public Boolean array()
    • bigDecimal

      public Boolean bigDecimal()
    • bigInteger

      public Boolean bigInteger()
    • bigIntegerValue

      public Integer bigIntegerValue()
    • binary

      public Boolean binary()
    • binaryValue

      public List<byte[]> binaryValue()
    • _boolean

      public Boolean _boolean()
    • booleanValue

      public Boolean booleanValue()
    • containerNode

      public Boolean containerNode()
    • decimalValue

      public BigDecimal decimalValue()
    • _double

      public Boolean _double()
    • doubleValue

      public Double doubleValue()
    • elements

      public Object elements()
    • fieldNames

      public Object fieldNames()
    • fields

      public Object fields()
    • floatingPointNumber

      public Boolean floatingPointNumber()
    • _int

      public Boolean _int()
    • intValue

      public Integer intValue()
    • integralNumber

      public Boolean integralNumber()
    • _long

      public Boolean _long()
    • longValue

      public Long longValue()
    • missingNode

      public Boolean missingNode()
    • _null

      public Boolean _null()
    • number

      public Boolean number()
    • numberType

      public JsonNode.NumberTypeEnum numberType()
    • numberValue

      public BigDecimal numberValue()
    • object

      public Boolean object()
    • pojo

      public Boolean pojo()
    • textValue

      public String textValue()
    • textual

      public Boolean textual()
    • valueAsBoolean

      public Boolean valueAsBoolean()
    • valueAsDouble

      public Double valueAsDouble()
    • valueAsInt

      public Integer valueAsInt()
    • valueAsLong

      public Long valueAsLong()
    • valueAsText

      public String valueAsText()
    • valueNode

      public Boolean valueNode()
    • array

      public JsonNode array(Boolean array)
      Gibt zurück:
      this.
    • bigDecimal

      public JsonNode bigDecimal(Boolean bigDecimal)
      Gibt zurück:
      this.
    • bigInteger

      public JsonNode bigInteger(Boolean bigInteger)
      Gibt zurück:
      this.
    • bigIntegerValue

      public JsonNode bigIntegerValue(Integer bigIntegerValue)
      Gibt zurück:
      this.
    • binary

      public JsonNode binary(Boolean binary)
      Gibt zurück:
      this.
    • binaryValue

      public JsonNode binaryValue(List<byte[]> binaryValue)
      Gibt zurück:
      this.
    • _boolean

      public JsonNode _boolean(Boolean _boolean)
      Gibt zurück:
      this.
    • booleanValue

      public JsonNode booleanValue(Boolean booleanValue)
      Gibt zurück:
      this.
    • containerNode

      public JsonNode containerNode(Boolean containerNode)
      Gibt zurück:
      this.
    • decimalValue

      public JsonNode decimalValue(BigDecimal decimalValue)
      Gibt zurück:
      this.
    • _double

      public JsonNode _double(Boolean _double)
      Gibt zurück:
      this.
    • doubleValue

      public JsonNode doubleValue(Double doubleValue)
      Gibt zurück:
      this.
    • elements

      public JsonNode elements(Object elements)
      Gibt zurück:
      this.
    • fieldNames

      public JsonNode fieldNames(Object fieldNames)
      Gibt zurück:
      this.
    • fields

      public JsonNode fields(Object fields)
      Gibt zurück:
      this.
    • floatingPointNumber

      public JsonNode floatingPointNumber(Boolean floatingPointNumber)
      Gibt zurück:
      this.
    • _int

      public JsonNode _int(Boolean _int)
      Gibt zurück:
      this.
    • intValue

      public JsonNode intValue(Integer intValue)
      Gibt zurück:
      this.
    • integralNumber

      public JsonNode integralNumber(Boolean integralNumber)
      Gibt zurück:
      this.
    • _long

      public JsonNode _long(Boolean _long)
      Gibt zurück:
      this.
    • longValue

      public JsonNode longValue(Long longValue)
      Gibt zurück:
      this.
    • missingNode

      public JsonNode missingNode(Boolean missingNode)
      Gibt zurück:
      this.
    • _null

      public JsonNode _null(Boolean _null)
      Gibt zurück:
      this.
    • number

      public JsonNode number(Boolean number)
      Gibt zurück:
      this.
    • numberType

      public JsonNode numberType(JsonNode.NumberTypeEnum numberType)
      Gibt zurück:
      this.
    • numberValue

      public JsonNode numberValue(BigDecimal numberValue)
      Gibt zurück:
      this.
    • object

      public JsonNode object(Boolean object)
      Gibt zurück:
      this.
    • pojo

      public JsonNode pojo(Boolean pojo)
      Gibt zurück:
      this.
    • textValue

      public JsonNode textValue(String textValue)
      Gibt zurück:
      this.
    • textual

      public JsonNode textual(Boolean textual)
      Gibt zurück:
      this.
    • valueAsBoolean

      public JsonNode valueAsBoolean(Boolean valueAsBoolean)
      Gibt zurück:
      this.
    • valueAsDouble

      public JsonNode valueAsDouble(Double valueAsDouble)
      Gibt zurück:
      this.
    • valueAsInt

      public JsonNode valueAsInt(Integer valueAsInt)
      Gibt zurück:
      this.
    • valueAsLong

      public JsonNode valueAsLong(Long valueAsLong)
      Gibt zurück:
      this.
    • valueAsText

      public JsonNode valueAsText(String valueAsText)
      Gibt zurück:
      this.
    • valueNode

      public JsonNode valueNode(Boolean valueNode)
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object