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
FieldsModifier and TypeFieldDescriptionstatic final JParamCodecs$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
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.AdtEncodingStrategyio.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, waitMethods inherited from interface csw.prefix.codecs.CommonCodecs
enumCodecMethods inherited from interface csw.params.core.formats.ParamCodecs
commandResponseCodec, coordCodecMethods 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:
charEncin interfaceParamCodecsBase
-
charDec
- Specified by:
charDecin interfaceParamCodecsBase
-
characterEnc
- Specified by:
characterEncin interfaceParamCodecsBase
-
characterDec
- Specified by:
characterDecin interfaceParamCodecsBase
-
choiceCodec
- Specified by:
choiceCodecin interfaceParamCodecsBase
-
tagCodec
- Specified by:
tagCodecin interfaceParamCodecsBase
-
angleCodec
- Specified by:
angleCodecin interfaceParamCodecsBase
-
properMotionCodec
- Specified by:
properMotionCodecin interfaceParamCodecsBase
-
coordCodecValue
- Specified by:
coordCodecValuein interfaceParamCodecsBase
-
utcTimeCodec
- Specified by:
utcTimeCodecin interfaceParamCodecsBase
-
taiTimeCodec
- Specified by:
taiTimeCodecin interfaceParamCodecsBase
-
javaByteArrayEnc
- Specified by:
javaByteArrayEncin interfaceParamCodecsBase
-
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
- Specified by:
paramEncExistentialin interfaceParamCodecsBase
-
paramDecExistential
- Specified by:
paramDecExistentialin interfaceParamCodecsBase
-
idCodec
- Specified by:
idCodecin interfaceParamCodecsBase
-
eventNameCodec
- Specified by:
eventNameCodecin interfaceParamCodecsBase
-
eventCodec
- Specified by:
eventCodecin interfaceParamCodecsBase
-
commandNameCodec
- Specified by:
commandNameCodecin interfaceParamCodecsBase
-
obsIdCodec
- Specified by:
obsIdCodecin interfaceParamCodecsBase
-
controlCommandCodec
- Specified by:
controlCommandCodecin interfaceParamCodecsBase
-
sequenceCommandCodec
- Specified by:
sequenceCommandCodecin interfaceParamCodecsBase
-
sequenceCodec
- Specified by:
sequenceCodecin interfaceParamCodecsBase
-
resultCodec
- Specified by:
resultCodecin interfaceParamCodecsBase
-
commandResponseCodecValue
- Specified by:
commandResponseCodecValuein interfaceParamCodecsBase
-
commandIssueCodecValue
- Specified by:
commandIssueCodecValuein interfaceParamCodecsBase
-
stateNameCodec
- Specified by:
stateNameCodecin interfaceParamCodecsBase
-
currentStateCodecValue
- Specified by:
currentStateCodecValuein interfaceParamCodecsBase
-
stateVariableCodecValue
- Specified by:
stateVariableCodecValuein interfaceParamCodecsBase
-
flatAdtEncoding
public io.bullet.borer.AdtEncodingStrategy flatAdtEncoding()- Specified by:
flatAdtEncodingin interfaceCommonCodecs
-
prefixCodec
- Specified by:
prefixCodecin interfaceCommonCodecs
-
Timestamp
-
instantEnc
- Specified by:
instantEncin interfaceCommonCodecs
-
instantDec
- Specified by:
instantDecin interfaceCommonCodecs
-
finiteDurationCodec
public io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration> finiteDurationCodec()- Specified by:
finiteDurationCodecin interfaceCommonCodecs
-
eqFrameCodec
-