public interface Value
  • Method Details

    • boltValueType

      Type boltValueType()
    • asBoolean

      boolean asBoolean()
    • asByteArray

      byte[] asByteArray()
    • asString

      String asString()
    • asLong

      long asLong()
    • asDouble

      double asDouble()
    • asLocalDate

      LocalDate asLocalDate()
    • asOffsetTime

      OffsetTime asOffsetTime()
    • asLocalTime

      LocalTime asLocalTime()
    • asLocalDateTime

      LocalDateTime asLocalDateTime()
    • asZonedDateTime

      ZonedDateTime asZonedDateTime()
    • asBoltIsoDuration

      IsoDuration asBoltIsoDuration()
    • asBoltPoint

      Point asBoltPoint()
    • asBoltMap

      Map<String,Value> asBoltMap()
    • asBoltVector

      Vector asBoltVector()
    • isNull

      boolean isNull()
    • isEmpty

      boolean isEmpty()
    • keys

      Iterable<String> keys()
    • size

      int size()
    • getBoltValue

      Value getBoltValue(String key)
    • boltValues

      Iterable<Value> boltValues()
    • containsKey

      boolean containsKey(String key)