Packages

package hocon

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object ConfigMemorySizeMarker extends HoconTypeMarker[ConfigMemorySize]

    TypeMarker which allows direct reading of a ConfigMemorySize from HoconInput in a GenCodec implementation, taking advantage of the HOCON format for size in bytes, implemented by Config.getMemorySize.

  2. object ConfigValueMarker extends HoconTypeMarker[ConfigValue]

    TypeMarker which allows you to read raw com.typesafe.config.ConfigValue from a HoconInput in a GenCodec implementation.

  3. object ConfigValueTypeMarker extends InputMetadata[ConfigValueType]

    InputMetadata marker object which allows inspection of com.typesafe.config.ConfigValueType on a HoconInput in a GenCodec implementation.

  4. object DurationMarker extends HoconTypeMarker[Duration]

    TypeMarker which allows direct reading of a Duration from HoconInput in a GenCodec implementation, taking advantage of the recommended HOCON format for durations, implemented by Config.getDuration.

  5. object HoconInput
  6. object NumberMarker extends HoconTypeMarker[Number]

    TypeMarker which allows direct reading of a java.lang.Number from HoconInput in a GenCodec implementation, taking advantage of the parsing implemented by Config.getNumber.

  7. object PeriodMarker extends HoconTypeMarker[Period]

    TypeMarker which allows direct reading of a Period from HoconInput in a GenCodec implementation, taking advantage of the HOCON format for period, implemented by Config.getPeriod.

  8. object SizeInBytesMarker extends HoconTypeMarker[Long]

    TypeMarker which allows direct reading of a size in bytes from HoconInput in a GenCodec implementation, taking advantage of the HOCON format for size in bytes, implemented by Config.getBytes.

  9. object TemporalAmountMarker extends HoconTypeMarker[TemporalAmount]

    TypeMarker which allows direct reading of a TemporalAmount from HoconInput in a GenCodec implementation, taking advantage of the HOCON format for period, implemented by Config.getTemporal.

Ungrouped