o

com.avsystem.commons.hocon

DurationMarker

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.

Linear Supertypes
HoconTypeMarker[Duration], TypeMarker[Duration], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DurationMarker
  2. HoconTypeMarker
  3. TypeMarker
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All