Package csw.params.core.formats
Class JParamCodecs$
java.lang.Object
csw.params.core.formats.JParamCodecs$
- All Implemented Interfaces:
ParamCodecs
,ParamCodecsBase
,CommonCodecs
-
Nested Class Summary
Nested classes/interfaces inherited from interface csw.prefix.codecs.CommonCodecs
CommonCodecs.Timestamp, CommonCodecs.Timestamp$
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JParamCodecs$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.bullet.borer.Codec<Angle>
io.bullet.borer.Decoder<byte[]>
bytesDec()
io.bullet.borer.Encoder<byte[]>
bytesEnc()
io.bullet.borer.Decoder<Character>
io.bullet.borer.Encoder<Character>
io.bullet.borer.Decoder<Object>
charDec()
io.bullet.borer.Encoder<Object>
charEnc()
io.bullet.borer.Codec<Choice>
io.bullet.borer.Codec<CommandIssue>
io.bullet.borer.Codec<CommandName>
protected io.bullet.borer.Codec<CommandResponse>
io.bullet.borer.Codec<ControlCommand>
io.bullet.borer.Codec<Coords.Coord>
io.bullet.borer.Codec<CurrentState>
io.bullet.borer.Codec<Coords.EqFrame>
io.bullet.borer.Codec<Event>
io.bullet.borer.Codec<EventName>
io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration>
io.bullet.borer.AdtEncodingStrategy
io.bullet.borer.Codec<Id>
idCodec()
io.bullet.borer.Decoder<Instant>
io.bullet.borer.Encoder<Instant>
io.bullet.borer.Decoder<Byte[]>
io.bullet.borer.Encoder<Byte[]>
io.bullet.borer.Codec<ObsId>
io.bullet.borer.Decoder<Parameter<?>>
io.bullet.borer.Encoder<Parameter<?>>
io.bullet.borer.Codec<Prefix>
io.bullet.borer.Codec<ProperMotion>
io.bullet.borer.Codec<Result>
io.bullet.borer.Codec<Sequence>
io.bullet.borer.Codec<SequenceCommand>
io.bullet.borer.Codec<StateName>
io.bullet.borer.Codec<StateVariable>
io.bullet.borer.Codec<Coords.Tag>
tagCodec()
io.bullet.borer.Codec<TAITime>
io.bullet.borer.Codec<UTCTime>
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 Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
JParamCodecs$
public JParamCodecs$()
-
-
Method Details
-
charEnc
- Specified by:
charEnc
in interfaceParamCodecsBase
-
charDec
- Specified by:
charDec
in interfaceParamCodecsBase
-
characterEnc
- Specified by:
characterEnc
in interfaceParamCodecsBase
-
characterDec
- Specified by:
characterDec
in interfaceParamCodecsBase
-
choiceCodec
- Specified by:
choiceCodec
in interfaceParamCodecsBase
-
tagCodec
- Specified by:
tagCodec
in interfaceParamCodecsBase
-
angleCodec
- Specified by:
angleCodec
in interfaceParamCodecsBase
-
properMotionCodec
- Specified by:
properMotionCodec
in interfaceParamCodecsBase
-
coordCodecValue
- Specified by:
coordCodecValue
in interfaceParamCodecsBase
-
utcTimeCodec
- Specified by:
utcTimeCodec
in interfaceParamCodecsBase
-
taiTimeCodec
- Specified by:
taiTimeCodec
in interfaceParamCodecsBase
-
javaByteArrayEnc
- Specified by:
javaByteArrayEnc
in interfaceParamCodecsBase
-
javaByteArrayDec
- Specified by:
javaByteArrayDec
in interfaceParamCodecsBase
-
bytesEnc
public io.bullet.borer.Encoder<byte[]> bytesEnc()- Specified by:
bytesEnc
in interfaceParamCodecsBase
-
bytesDec
public io.bullet.borer.Decoder<byte[]> bytesDec()- Specified by:
bytesDec
in interfaceParamCodecsBase
-
paramEncExistential
- Specified by:
paramEncExistential
in interfaceParamCodecsBase
-
paramDecExistential
- Specified by:
paramDecExistential
in interfaceParamCodecsBase
-
idCodec
- Specified by:
idCodec
in interfaceParamCodecsBase
-
eventNameCodec
- Specified by:
eventNameCodec
in interfaceParamCodecsBase
-
eventCodec
- Specified by:
eventCodec
in interfaceParamCodecsBase
-
commandNameCodec
- Specified by:
commandNameCodec
in interfaceParamCodecsBase
-
obsIdCodec
- Specified by:
obsIdCodec
in interfaceParamCodecsBase
-
controlCommandCodec
- Specified by:
controlCommandCodec
in interfaceParamCodecsBase
-
sequenceCommandCodec
- Specified by:
sequenceCommandCodec
in interfaceParamCodecsBase
-
sequenceCodec
- Specified by:
sequenceCodec
in interfaceParamCodecsBase
-
resultCodec
- Specified by:
resultCodec
in interfaceParamCodecsBase
-
commandResponseCodecValue
- Specified by:
commandResponseCodecValue
in interfaceParamCodecsBase
-
commandIssueCodecValue
- Specified by:
commandIssueCodecValue
in interfaceParamCodecsBase
-
stateNameCodec
- Specified by:
stateNameCodec
in interfaceParamCodecsBase
-
currentStateCodecValue
- Specified by:
currentStateCodecValue
in interfaceParamCodecsBase
-
stateVariableCodecValue
- Specified by:
stateVariableCodecValue
in interfaceParamCodecsBase
-
flatAdtEncoding
public io.bullet.borer.AdtEncodingStrategy flatAdtEncoding()- Specified by:
flatAdtEncoding
in interfaceCommonCodecs
-
prefixCodec
- Specified by:
prefixCodec
in interfaceCommonCodecs
-
Timestamp
-
instantEnc
- Specified by:
instantEnc
in interfaceCommonCodecs
-
instantDec
- Specified by:
instantDec
in interfaceCommonCodecs
-
finiteDurationCodec
public io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration> finiteDurationCodec()- Specified by:
finiteDurationCodec
in interfaceCommonCodecs
-
eqFrameCodec
-