JConfigObjectImpl

class JConfigObjectImpl(value: JsonNode) : JConfigObject(source)

Constructors

Link copied to clipboard
constructor(value: JsonNode)

Properties

Link copied to clipboard
open override val asBigInt: BigInteger

Get the value as a BigInteger.

Link copied to clipboard
open override val asBoolean: Boolean

Get the value as a Boolean.

Link copied to clipboard
open override val asByte: Byte

Get the value as a Byte.

Link copied to clipboard
open override val asChar: Char

Get the value as a BigDecimal.

Link copied to clipboard
open override val asDecimal: BigDecimal

Get the value as a BigDecimal.

Link copied to clipboard
open override val asDouble: Double

Get the value as a Double.

Link copied to clipboard
open override val asFloat: Float

Get the value as a Float.

Link copied to clipboard
open override val asInt: Int

Get the value as a Int.

Link copied to clipboard
open override val asJsonEntry: JsonEntry

Get the value as a JsonEntry.

Link copied to clipboard
open override val asJsonNode: JsonNode

Gets the value as a JsonNode.

Link copied to clipboard
open override val asLong: Long

Get the value as a Long.

Link copied to clipboard
open override val asNumber: Number

Get the value as a BigDecimal.

Link copied to clipboard
open override val asShort: Short

Get the value as a Short.

Link copied to clipboard
open override val asString: String

Get the value as a String.

Link copied to clipboard
open override val parseAsString: String

Parses the value as a String.