Interface ParamCodecsBase

All Superinterfaces:
CommonCodecs
All Known Subinterfaces:
CommandServiceCodecs, MessageCodecs, MessageCodecsBase, ParamCodecs
All Known Implementing Classes:
CommandAkkaSerializer, CommandServiceClient, CommandServiceCodecs$, JParamCodecs$, ParamCodecs$

public interface ParamCodecsBase extends CommonCodecs
  • Method Details

    • angleCodec

      io.bullet.borer.Codec<Angle> angleCodec()
    • arrayDataCodec

      <T> io.bullet.borer.Codec<ArrayData<T>> arrayDataCodec(io.bullet.borer.Encoder<Object> evidence$1, io.bullet.borer.Decoder<Object> evidence$2)
    • bytesDec

      io.bullet.borer.Decoder<byte[]> bytesDec()
    • bytesEnc

      io.bullet.borer.Encoder<byte[]> bytesEnc()
    • charDec

      io.bullet.borer.Decoder<Object> charDec()
    • charEnc

      io.bullet.borer.Encoder<Object> charEnc()
    • characterDec

      io.bullet.borer.Decoder<Character> characterDec()
    • characterEnc

      io.bullet.borer.Encoder<Character> characterEnc()
    • choiceCodec

      io.bullet.borer.Codec<Choice> choiceCodec()
    • commandIssueCodecValue

      io.bullet.borer.Codec<CommandIssue> commandIssueCodecValue()
    • commandNameCodec

      io.bullet.borer.Codec<CommandName> commandNameCodec()
    • commandResponseCodecValue

      io.bullet.borer.Codec<CommandResponse> commandResponseCodecValue()
    • controlCommandCodec

      io.bullet.borer.Codec<ControlCommand> controlCommandCodec()
    • coordCodecValue

      io.bullet.borer.Codec<Coords.Coord> coordCodecValue()
    • currentStateCodecValue

      io.bullet.borer.Codec<CurrentState> currentStateCodecValue()
    • eventCodec

      io.bullet.borer.Codec<Event> eventCodec()
    • eventNameCodec

      io.bullet.borer.Codec<EventName> eventNameCodec()
    • idCodec

      io.bullet.borer.Codec<Id> idCodec()
    • javaByteArrayDec

      io.bullet.borer.Decoder<Byte[]> javaByteArrayDec()
    • javaByteArrayEnc

      io.bullet.borer.Encoder<Byte[]> javaByteArrayEnc()
    • matrixDataCodec

      <T> io.bullet.borer.Codec<MatrixData<T>> matrixDataCodec(scala.reflect.ClassTag<T> evidence$3, io.bullet.borer.Encoder<Object> evidence$4, io.bullet.borer.Decoder<Object> evidence$5)
    • obsIdCodec

      io.bullet.borer.Codec<ObsId> obsIdCodec()
    • paramCodec

      <T> io.bullet.borer.Codec<Parameter<T>> paramCodec(io.bullet.borer.Encoder<Object> evidence$10, io.bullet.borer.Decoder<Object> evidence$11)
    • paramCoreCodec

      <T> io.bullet.borer.Codec<ParamCore<T>> paramCoreCodec(io.bullet.borer.Encoder<Object> evidence$8, io.bullet.borer.Decoder<Object> evidence$9)
    • paramDecExistential

      io.bullet.borer.Decoder<Parameter<?>> paramDecExistential()
    • paramEncExistential

      io.bullet.borer.Encoder<Parameter<?>> paramEncExistential()
    • properMotionCodec

      io.bullet.borer.Codec<ProperMotion> properMotionCodec()
    • resultCodec

      io.bullet.borer.Codec<Result> resultCodec()
    • sequenceCodec

      io.bullet.borer.Codec<Sequence> sequenceCodec()
    • sequenceCommandCodec

      io.bullet.borer.Codec<SequenceCommand> sequenceCommandCodec()
    • stateNameCodec

      io.bullet.borer.Codec<StateName> stateNameCodec()
    • stateVariableCodecValue

      io.bullet.borer.Codec<StateVariable> stateVariableCodecValue()
    • tagCodec

      io.bullet.borer.Codec<Coords.Tag> tagCodec()
    • taiTimeCodec

      io.bullet.borer.Codec<TAITime> taiTimeCodec()
    • utcTimeCodec

      io.bullet.borer.Codec<UTCTime> utcTimeCodec()
    • waCodec

      <T> io.bullet.borer.Codec<scala.collection.mutable.ArraySeq<T>> waCodec(io.bullet.borer.Encoder<Object> evidence$6, io.bullet.borer.Decoder<Object> evidence$7)