Package csw.prefix.codecs
Class CommonCodecs$
- java.lang.Object
-
- csw.prefix.codecs.CommonCodecs$
-
- All Implemented Interfaces:
CommonCodecs
public class CommonCodecs$ extends java.lang.Object implements CommonCodecs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.prefix.codecs.CommonCodecs
CommonCodecs.Timestamp, CommonCodecs.Timestamp$
-
-
Field Summary
Fields Modifier and Type Field Description static CommonCodecs$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CommonCodecs$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration>
finiteDurationCodec()
io.bullet.borer.AdtEncodingStrategy
flatAdtEncoding()
io.bullet.borer.Decoder<java.time.Instant>
instantDec()
io.bullet.borer.Encoder<java.time.Instant>
instantEnc()
io.bullet.borer.Codec<Prefix>
prefixCodec()
CommonCodecs.Timestamp$
Timestamp()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface csw.prefix.codecs.CommonCodecs
enumCodec
-
-
-
-
Field Detail
-
MODULE$
public static final CommonCodecs$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
flatAdtEncoding
public io.bullet.borer.AdtEncodingStrategy flatAdtEncoding()
- Specified by:
flatAdtEncoding
in interfaceCommonCodecs
-
prefixCodec
public io.bullet.borer.Codec<Prefix> prefixCodec()
- Specified by:
prefixCodec
in interfaceCommonCodecs
-
Timestamp
public CommonCodecs.Timestamp$ Timestamp()
-
instantEnc
public io.bullet.borer.Encoder<java.time.Instant> instantEnc()
- Specified by:
instantEnc
in interfaceCommonCodecs
-
instantDec
public io.bullet.borer.Decoder<java.time.Instant> instantDec()
- Specified by:
instantDec
in interfaceCommonCodecs
-
finiteDurationCodec
public io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration> finiteDurationCodec()
- Specified by:
finiteDurationCodec
in interfaceCommonCodecs
-
-