Package csw.params.core.formats
Class JParamCodecs$
- java.lang.Object
-
- csw.params.core.formats.JParamCodecs$
-
- All Implemented Interfaces:
ParamCodecs,ParamCodecsBase,CommonCodecs
public class JParamCodecs$ extends java.lang.Object implements ParamCodecs
-
-
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 JParamCodecs$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JParamCodecs$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.bullet.borer.Codec<Angle>angleCodec()io.bullet.borer.Decoder<byte[]>bytesDec()io.bullet.borer.Encoder<byte[]>bytesEnc()io.bullet.borer.Codec<Choice>choiceCodec()io.bullet.borer.Codec<CommandIssue>commandIssueCodecValue()io.bullet.borer.Codec<CommandName>commandNameCodec()io.bullet.borer.Codec<CommandResponse>commandResponseCodecValue()io.bullet.borer.Codec<ControlCommand>controlCommandCodec()io.bullet.borer.Codec<Coords.Coord>coordCodecValue()io.bullet.borer.Codec<CurrentState>currentStateCodecValue()io.bullet.borer.Codec<Coords.EqFrame>eqFrameCodec()io.bullet.borer.Codec<Event>eventCodec()io.bullet.borer.Codec<EventName>eventNameCodec()io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration>finiteDurationCodec()io.bullet.borer.AdtEncodingStrategyflatAdtEncoding()io.bullet.borer.Codec<Id>idCodec()io.bullet.borer.Decoder<java.time.Instant>instantDec()io.bullet.borer.Encoder<java.time.Instant>instantEnc()io.bullet.borer.Decoder<java.lang.Byte[]>javaByteArrayDec()io.bullet.borer.Encoder<java.lang.Byte[]>javaByteArrayEnc()io.bullet.borer.Codec<ObsId>obsIdCodec()io.bullet.borer.Decoder<Parameter<?>>paramDecExistential()io.bullet.borer.Encoder<Parameter<?>>paramEncExistential()io.bullet.borer.Codec<Prefix>prefixCodec()io.bullet.borer.Codec<ProperMotion>properMotionCodec()io.bullet.borer.Codec<RaDec>raDecCodec()io.bullet.borer.Codec<Result>resultCodec()io.bullet.borer.Codec<Sequence>sequenceCodec()io.bullet.borer.Codec<SequenceCommand>sequenceCommandCodec()io.bullet.borer.Codec<StateName>stateNameCodec()io.bullet.borer.Codec<StateVariable>stateVariableCodecValue()io.bullet.borer.Codec<Struct>structCodec()io.bullet.borer.Codec<Coords.Tag>tagCodec()io.bullet.borer.Codec<TAITime>taiTimeCodec()CommonCodecs.Timestamp$Timestamp()io.bullet.borer.Codec<UTCTime>utcTimeCodec()-
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
-
Methods inherited from interface csw.params.core.formats.ParamCodecs
commandResponseCodec, coordCodec
-
Methods inherited from interface csw.params.core.formats.ParamCodecsBase
arrayDataCodec, matrixDataCodec, paramCodec, paramCoreCodec, waCodec
-
-
-
-
Field Detail
-
MODULE$
public static final JParamCodecs$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
choiceCodec
public io.bullet.borer.Codec<Choice> choiceCodec()
- Specified by:
choiceCodecin interfaceParamCodecsBase
-
raDecCodec
public io.bullet.borer.Codec<RaDec> raDecCodec()
- Specified by:
raDecCodecin interfaceParamCodecsBase
-
tagCodec
public io.bullet.borer.Codec<Coords.Tag> tagCodec()
- Specified by:
tagCodecin interfaceParamCodecsBase
-
angleCodec
public io.bullet.borer.Codec<Angle> angleCodec()
- Specified by:
angleCodecin interfaceParamCodecsBase
-
properMotionCodec
public io.bullet.borer.Codec<ProperMotion> properMotionCodec()
- Specified by:
properMotionCodecin interfaceParamCodecsBase
-
coordCodecValue
public io.bullet.borer.Codec<Coords.Coord> coordCodecValue()
- Specified by:
coordCodecValuein interfaceParamCodecsBase
-
utcTimeCodec
public io.bullet.borer.Codec<UTCTime> utcTimeCodec()
- Specified by:
utcTimeCodecin interfaceParamCodecsBase
-
taiTimeCodec
public io.bullet.borer.Codec<TAITime> taiTimeCodec()
- Specified by:
taiTimeCodecin interfaceParamCodecsBase
-
javaByteArrayEnc
public io.bullet.borer.Encoder<java.lang.Byte[]> javaByteArrayEnc()
- Specified by:
javaByteArrayEncin interfaceParamCodecsBase
-
javaByteArrayDec
public io.bullet.borer.Decoder<java.lang.Byte[]> javaByteArrayDec()
- Specified by:
javaByteArrayDecin interfaceParamCodecsBase
-
bytesEnc
public io.bullet.borer.Encoder<byte[]> bytesEnc()
- Specified by:
bytesEncin interfaceParamCodecsBase
-
bytesDec
public io.bullet.borer.Decoder<byte[]> bytesDec()
- Specified by:
bytesDecin interfaceParamCodecsBase
-
paramEncExistential
public io.bullet.borer.Encoder<Parameter<?>> paramEncExistential()
- Specified by:
paramEncExistentialin interfaceParamCodecsBase
-
paramDecExistential
public io.bullet.borer.Decoder<Parameter<?>> paramDecExistential()
- Specified by:
paramDecExistentialin interfaceParamCodecsBase
-
structCodec
public io.bullet.borer.Codec<Struct> structCodec()
- Specified by:
structCodecin interfaceParamCodecsBase
-
idCodec
public io.bullet.borer.Codec<Id> idCodec()
- Specified by:
idCodecin interfaceParamCodecsBase
-
eventNameCodec
public io.bullet.borer.Codec<EventName> eventNameCodec()
- Specified by:
eventNameCodecin interfaceParamCodecsBase
-
eventCodec
public io.bullet.borer.Codec<Event> eventCodec()
- Specified by:
eventCodecin interfaceParamCodecsBase
-
commandNameCodec
public io.bullet.borer.Codec<CommandName> commandNameCodec()
- Specified by:
commandNameCodecin interfaceParamCodecsBase
-
obsIdCodec
public io.bullet.borer.Codec<ObsId> obsIdCodec()
- Specified by:
obsIdCodecin interfaceParamCodecsBase
-
controlCommandCodec
public io.bullet.borer.Codec<ControlCommand> controlCommandCodec()
- Specified by:
controlCommandCodecin interfaceParamCodecsBase
-
sequenceCommandCodec
public io.bullet.borer.Codec<SequenceCommand> sequenceCommandCodec()
- Specified by:
sequenceCommandCodecin interfaceParamCodecsBase
-
sequenceCodec
public io.bullet.borer.Codec<Sequence> sequenceCodec()
- Specified by:
sequenceCodecin interfaceParamCodecsBase
-
resultCodec
public io.bullet.borer.Codec<Result> resultCodec()
- Specified by:
resultCodecin interfaceParamCodecsBase
-
commandResponseCodecValue
public io.bullet.borer.Codec<CommandResponse> commandResponseCodecValue()
- Specified by:
commandResponseCodecValuein interfaceParamCodecsBase
-
commandIssueCodecValue
public io.bullet.borer.Codec<CommandIssue> commandIssueCodecValue()
- Specified by:
commandIssueCodecValuein interfaceParamCodecsBase
-
stateNameCodec
public io.bullet.borer.Codec<StateName> stateNameCodec()
- Specified by:
stateNameCodecin interfaceParamCodecsBase
-
currentStateCodecValue
public io.bullet.borer.Codec<CurrentState> currentStateCodecValue()
- Specified by:
currentStateCodecValuein interfaceParamCodecsBase
-
stateVariableCodecValue
public io.bullet.borer.Codec<StateVariable> stateVariableCodecValue()
- Specified by:
stateVariableCodecValuein interfaceParamCodecsBase
-
flatAdtEncoding
public io.bullet.borer.AdtEncodingStrategy flatAdtEncoding()
- Specified by:
flatAdtEncodingin interfaceCommonCodecs
-
prefixCodec
public io.bullet.borer.Codec<Prefix> prefixCodec()
- Specified by:
prefixCodecin interfaceCommonCodecs
-
Timestamp
public CommonCodecs.Timestamp$ Timestamp()
-
instantEnc
public io.bullet.borer.Encoder<java.time.Instant> instantEnc()
- Specified by:
instantEncin interfaceCommonCodecs
-
instantDec
public io.bullet.borer.Decoder<java.time.Instant> instantDec()
- Specified by:
instantDecin interfaceCommonCodecs
-
finiteDurationCodec
public io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration> finiteDurationCodec()
- Specified by:
finiteDurationCodecin interfaceCommonCodecs
-
eqFrameCodec
public io.bullet.borer.Codec<Coords.EqFrame> eqFrameCodec()
-
-