Package csw.params.core.formats
Class JParamCodecs$
- java.lang.Object
-
- csw.params.core.formats.JParamCodecs$
-
- All Implemented Interfaces:
CommonCodecs
,ParamCodecs
public class JParamCodecs$ extends java.lang.Object implements ParamCodecs
-
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface csw.params.core.formats.ParamCodecs
arrayDataCodec, keyTypeCodec, matrixDataCodec, paramCodec, paramCoreCodec, singletonCodec, 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:
choiceCodec
in interfaceParamCodecs
-
raDecCodec
public io.bullet.borer.Codec<RaDec> raDecCodec()
- Specified by:
raDecCodec
in interfaceParamCodecs
-
tagCodec
public io.bullet.borer.Codec<Coords.Tag> tagCodec()
- Specified by:
tagCodec
in interfaceParamCodecs
-
angleCodec
public io.bullet.borer.Codec<Angle> angleCodec()
- Specified by:
angleCodec
in interfaceParamCodecs
-
properMotionCodec
public io.bullet.borer.Codec<ProperMotion> properMotionCodec()
- Specified by:
properMotionCodec
in interfaceParamCodecs
-
eqFrameCodec
public io.bullet.borer.Codec<Coords.EqFrame> eqFrameCodec()
- Specified by:
eqFrameCodec
in interfaceParamCodecs
-
solarSystemObjectCodec
public io.bullet.borer.Codec<Coords.SolarSystemObject> solarSystemObjectCodec()
- Specified by:
solarSystemObjectCodec
in interfaceParamCodecs
-
eqCoordCodec
public io.bullet.borer.Codec<Coords.EqCoord> eqCoordCodec()
- Specified by:
eqCoordCodec
in interfaceParamCodecs
-
solarSystemCoordCodec
public io.bullet.borer.Codec<Coords.SolarSystemCoord> solarSystemCoordCodec()
- Specified by:
solarSystemCoordCodec
in interfaceParamCodecs
-
minorPlanetCoordCodec
public io.bullet.borer.Codec<Coords.MinorPlanetCoord> minorPlanetCoordCodec()
- Specified by:
minorPlanetCoordCodec
in interfaceParamCodecs
-
cometCoordCodec
public io.bullet.borer.Codec<Coords.CometCoord> cometCoordCodec()
- Specified by:
cometCoordCodec
in interfaceParamCodecs
-
altAzCoordCodec
public io.bullet.borer.Codec<Coords.AltAzCoord> altAzCoordCodec()
- Specified by:
altAzCoordCodec
in interfaceParamCodecs
-
coordCodec
public io.bullet.borer.Codec<Coords.Coord> coordCodec()
- Specified by:
coordCodec
in interfaceParamCodecs
-
tsCodec
public io.bullet.borer.Codec<Timestamp> tsCodec()
- Specified by:
tsCodec
in interfaceParamCodecs
-
instantEnc
public io.bullet.borer.Encoder<java.time.Instant> instantEnc()
- Specified by:
instantEnc
in interfaceParamCodecs
-
instantDec
public io.bullet.borer.Decoder<java.time.Instant> instantDec()
- Specified by:
instantDec
in interfaceParamCodecs
-
utcTimeCodec
public io.bullet.borer.Codec<UTCTime> utcTimeCodec()
- Specified by:
utcTimeCodec
in interfaceParamCodecs
-
taiTimeCodec
public io.bullet.borer.Codec<TAITime> taiTimeCodec()
- Specified by:
taiTimeCodec
in interfaceParamCodecs
-
unitsCodec
public io.bullet.borer.Codec<Units> unitsCodec()
- Specified by:
unitsCodec
in interfaceParamCodecs
-
keyTypeCodecExistential
public io.bullet.borer.Codec<KeyType<?>> keyTypeCodecExistential()
- Specified by:
keyTypeCodecExistential
in interfaceParamCodecs
-
javaByteArrayEnc
public io.bullet.borer.Encoder<java.lang.Byte[]> javaByteArrayEnc()
- Specified by:
javaByteArrayEnc
in interfaceParamCodecs
-
javaByteArrayDec
public io.bullet.borer.Decoder<java.lang.Byte[]> javaByteArrayDec()
- Specified by:
javaByteArrayDec
in interfaceParamCodecs
-
bytesEnc
public io.bullet.borer.Encoder<byte[]> bytesEnc()
- Specified by:
bytesEnc
in interfaceParamCodecs
-
bytesDec
public io.bullet.borer.Decoder<byte[]> bytesDec()
- Specified by:
bytesDec
in interfaceParamCodecs
-
paramEncExistential
public io.bullet.borer.Encoder<Parameter<?>> paramEncExistential()
- Specified by:
paramEncExistential
in interfaceParamCodecs
-
paramDecExistential
public io.bullet.borer.Decoder<Parameter<?>> paramDecExistential()
- Specified by:
paramDecExistential
in interfaceParamCodecs
-
structCodec
public io.bullet.borer.Codec<Struct> structCodec()
- Specified by:
structCodec
in interfaceParamCodecs
-
idCodec
public io.bullet.borer.Codec<Id> idCodec()
- Specified by:
idCodec
in interfaceParamCodecs
-
eventNameCodec
public io.bullet.borer.Codec<EventName> eventNameCodec()
- Specified by:
eventNameCodec
in interfaceParamCodecs
-
seCodec
protected io.bullet.borer.Codec<SystemEvent> seCodec()
- Specified by:
seCodec
in interfaceParamCodecs
-
oeCodec
protected io.bullet.borer.Codec<ObserveEvent> oeCodec()
- Specified by:
oeCodec
in interfaceParamCodecs
-
eventCodec
public io.bullet.borer.Codec<Event> eventCodec()
- Specified by:
eventCodec
in interfaceParamCodecs
-
commandNameCodec
public io.bullet.borer.Codec<CommandName> commandNameCodec()
- Specified by:
commandNameCodec
in interfaceParamCodecs
-
obsIdCodec
public io.bullet.borer.Codec<ObsId> obsIdCodec()
- Specified by:
obsIdCodec
in interfaceParamCodecs
-
observeCommandCodec
protected io.bullet.borer.Codec<Observe> observeCommandCodec()
- Specified by:
observeCommandCodec
in interfaceParamCodecs
-
setupCommandCodec
protected io.bullet.borer.Codec<Setup> setupCommandCodec()
- Specified by:
setupCommandCodec
in interfaceParamCodecs
-
waitCommandCodec
protected io.bullet.borer.Codec<Wait> waitCommandCodec()
- Specified by:
waitCommandCodec
in interfaceParamCodecs
-
sequenceCommandCodec
public io.bullet.borer.Codec<SequenceCommand> sequenceCommandCodec()
- Specified by:
sequenceCommandCodec
in interfaceParamCodecs
-
controlCommandCodec
public io.bullet.borer.Codec<ControlCommand> controlCommandCodec()
- Specified by:
controlCommandCodec
in interfaceParamCodecs
-
commandCodec
public io.bullet.borer.Codec<Command> commandCodec()
- Specified by:
commandCodec
in interfaceParamCodecs
-
sequenceCodec
public io.bullet.borer.Codec<Sequence> sequenceCodec()
- Specified by:
sequenceCodec
in interfaceParamCodecs
-
resultCodec
public io.bullet.borer.Codec<Result> resultCodec()
- Specified by:
resultCodec
in interfaceParamCodecs
-
validateCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.ValidateCommandResponse> validateCommandResponseCodec()
- Specified by:
validateCommandResponseCodec
in interfaceParamCodecs
-
validateResponseCodec
public io.bullet.borer.Codec<CommandResponse.ValidateResponse> validateResponseCodec()
- Specified by:
validateResponseCodec
in interfaceParamCodecs
-
oneWayCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.OnewayResponse> oneWayCommandResponseCodec()
- Specified by:
oneWayCommandResponseCodec
in interfaceParamCodecs
-
submitCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.SubmitResponse> submitCommandResponseCodec()
- Specified by:
submitCommandResponseCodec
in interfaceParamCodecs
-
queryCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.QueryResponse> queryCommandResponseCodec()
- Specified by:
queryCommandResponseCodec
in interfaceParamCodecs
-
matchingCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.MatchingResponse> matchingCommandResponseCodec()
- Specified by:
matchingCommandResponseCodec
in interfaceParamCodecs
-
acceptedCodec
protected io.bullet.borer.Codec<CommandResponse.Accepted> acceptedCodec()
- Specified by:
acceptedCodec
in interfaceParamCodecs
-
startedCodec
protected io.bullet.borer.Codec<CommandResponse.Started> startedCodec()
- Specified by:
startedCodec
in interfaceParamCodecs
-
completedWithResultCodec
protected io.bullet.borer.Codec<CommandResponse.CompletedWithResult> completedWithResultCodec()
- Specified by:
completedWithResultCodec
in interfaceParamCodecs
-
completedCodec
protected io.bullet.borer.Codec<CommandResponse.Completed> completedCodec()
- Specified by:
completedCodec
in interfaceParamCodecs
-
invalidCodec
protected io.bullet.borer.Codec<CommandResponse.Invalid> invalidCodec()
- Specified by:
invalidCodec
in interfaceParamCodecs
-
errorCodec
protected io.bullet.borer.Codec<CommandResponse.Error> errorCodec()
- Specified by:
errorCodec
in interfaceParamCodecs
-
cancelledCodec
protected io.bullet.borer.Codec<CommandResponse.Cancelled> cancelledCodec()
- Specified by:
cancelledCodec
in interfaceParamCodecs
-
lockedCodec
protected io.bullet.borer.Codec<CommandResponse.Locked> lockedCodec()
- Specified by:
lockedCodec
in interfaceParamCodecs
-
commandNotAvailableCodec
protected io.bullet.borer.Codec<CommandResponse.CommandNotAvailable> commandNotAvailableCodec()
- Specified by:
commandNotAvailableCodec
in interfaceParamCodecs
-
commandResponseCodec
public io.bullet.borer.Codec<CommandResponse> commandResponseCodec()
- Specified by:
commandResponseCodec
in interfaceParamCodecs
-
missingKeyIssueCodec
protected io.bullet.borer.Codec<CommandIssue.MissingKeyIssue> missingKeyIssueCodec()
- Specified by:
missingKeyIssueCodec
in interfaceParamCodecs
-
wrongPrefixIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongPrefixIssue> wrongPrefixIssueCodec()
- Specified by:
wrongPrefixIssueCodec
in interfaceParamCodecs
-
wrongParameterTypeIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongParameterTypeIssue> wrongParameterTypeIssueCodec()
- Specified by:
wrongParameterTypeIssueCodec
in interfaceParamCodecs
-
wrongUnitsIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongUnitsIssue> wrongUnitsIssueCodec()
- Specified by:
wrongUnitsIssueCodec
in interfaceParamCodecs
-
wrongNumberOfParametersIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongNumberOfParametersIssue> wrongNumberOfParametersIssueCodec()
- Specified by:
wrongNumberOfParametersIssueCodec
in interfaceParamCodecs
-
assemblyBusyIssueCodec
protected io.bullet.borer.Codec<CommandIssue.AssemblyBusyIssue> assemblyBusyIssueCodec()
- Specified by:
assemblyBusyIssueCodec
in interfaceParamCodecs
-
unresolvedLocationsIssueCodec
protected io.bullet.borer.Codec<CommandIssue.UnresolvedLocationsIssue> unresolvedLocationsIssueCodec()
- Specified by:
unresolvedLocationsIssueCodec
in interfaceParamCodecs
-
parameterValueOutOfRangeIssueCodec
protected io.bullet.borer.Codec<CommandIssue.ParameterValueOutOfRangeIssue> parameterValueOutOfRangeIssueCodec()
- Specified by:
parameterValueOutOfRangeIssueCodec
in interfaceParamCodecs
-
wrongInternalStateIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongInternalStateIssue> wrongInternalStateIssueCodec()
- Specified by:
wrongInternalStateIssueCodec
in interfaceParamCodecs
-
unsupportedCommandInStateIssueCodec
protected io.bullet.borer.Codec<CommandIssue.UnsupportedCommandInStateIssue> unsupportedCommandInStateIssueCodec()
- Specified by:
unsupportedCommandInStateIssueCodec
in interfaceParamCodecs
-
unsupportedCommandIssueCodec
protected io.bullet.borer.Codec<CommandIssue.UnsupportedCommandIssue> unsupportedCommandIssueCodec()
- Specified by:
unsupportedCommandIssueCodec
in interfaceParamCodecs
-
requiredServiceUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredServiceUnavailableIssue> requiredServiceUnavailableIssueCodec()
- Specified by:
requiredServiceUnavailableIssueCodec
in interfaceParamCodecs
-
requiredHCDUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredHCDUnavailableIssue> requiredHCDUnavailableIssueCodec()
- Specified by:
requiredHCDUnavailableIssueCodec
in interfaceParamCodecs
-
requiredAssemblyUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredAssemblyUnavailableIssue> requiredAssemblyUnavailableIssueCodec()
- Specified by:
requiredAssemblyUnavailableIssueCodec
in interfaceParamCodecs
-
requiredSequencerUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredSequencerUnavailableIssue> requiredSequencerUnavailableIssueCodec()
- Specified by:
requiredSequencerUnavailableIssueCodec
in interfaceParamCodecs
-
otherIssueCodec
protected io.bullet.borer.Codec<CommandIssue.OtherIssue> otherIssueCodec()
- Specified by:
otherIssueCodec
in interfaceParamCodecs
-
commandIssueCodec
public io.bullet.borer.Codec<CommandIssue> commandIssueCodec()
- Specified by:
commandIssueCodec
in interfaceParamCodecs
-
stateNameCodec
public io.bullet.borer.Codec<StateName> stateNameCodec()
- Specified by:
stateNameCodec
in interfaceParamCodecs
-
demandStateCodec
public io.bullet.borer.Codec<DemandState> demandStateCodec()
- Specified by:
demandStateCodec
in interfaceParamCodecs
-
currentStateCodec
public io.bullet.borer.Codec<CurrentState> currentStateCodec()
- Specified by:
currentStateCodec
in interfaceParamCodecs
-
stateVariableCodec
public io.bullet.borer.Codec<StateVariable> stateVariableCodec()
- Specified by:
stateVariableCodec
in interfaceParamCodecs
-
subSystemCodec
public io.bullet.borer.Codec<Subsystem> subSystemCodec()
- Specified by:
subSystemCodec
in interfaceParamCodecs
-
prefixCodec
public io.bullet.borer.Codec<Prefix> prefixCodec()
- Specified by:
prefixCodec
in interfaceCommonCodecs
-
-