JConfigObject

Used to get a value as a certain type.

Inheritors

Properties

Link copied to clipboard
abstract val asBigInt: BigInteger

Get the value as a BigInteger.

Link copied to clipboard
abstract val asBoolean: Boolean

Get the value as a Boolean.

Link copied to clipboard
abstract val asByte: Byte

Get the value as a Byte.

Link copied to clipboard
abstract val asChar: Char

Get the value as a BigDecimal.

Link copied to clipboard
abstract val asDecimal: BigDecimal

Get the value as a BigDecimal.

Link copied to clipboard
abstract val asDouble: Double

Get the value as a Double.

Link copied to clipboard
abstract val asFloat: Float

Get the value as a Float.

Link copied to clipboard
abstract val asInt: Int

Get the value as a Int.

Link copied to clipboard
abstract val asJsonEntry: JsonEntry

Get the value as a JsonEntry.

Link copied to clipboard
abstract val asJsonNode: JsonNode

Gets the value as a JsonNode.

Link copied to clipboard
abstract val asLong: Long

Get the value as a Long.

Link copied to clipboard
abstract val asNumber: Number

Get the value as a BigDecimal.

Link copied to clipboard
abstract val asShort: Short

Get the value as a Short.

Link copied to clipboard
abstract val asString: String

Get the value as a String.

Link copied to clipboard
abstract val parseAsString: String

Parses the value as a String.