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:
choiceCodecin interfaceParamCodecs
-
raDecCodec
public io.bullet.borer.Codec<RaDec> raDecCodec()
- Specified by:
raDecCodecin interfaceParamCodecs
-
tagCodec
public io.bullet.borer.Codec<Coords.Tag> tagCodec()
- Specified by:
tagCodecin interfaceParamCodecs
-
angleCodec
public io.bullet.borer.Codec<Angle> angleCodec()
- Specified by:
angleCodecin interfaceParamCodecs
-
properMotionCodec
public io.bullet.borer.Codec<ProperMotion> properMotionCodec()
- Specified by:
properMotionCodecin interfaceParamCodecs
-
eqFrameCodec
public io.bullet.borer.Codec<Coords.EqFrame> eqFrameCodec()
- Specified by:
eqFrameCodecin interfaceParamCodecs
-
solarSystemObjectCodec
public io.bullet.borer.Codec<Coords.SolarSystemObject> solarSystemObjectCodec()
- Specified by:
solarSystemObjectCodecin interfaceParamCodecs
-
eqCoordCodec
public io.bullet.borer.Codec<Coords.EqCoord> eqCoordCodec()
- Specified by:
eqCoordCodecin interfaceParamCodecs
-
solarSystemCoordCodec
public io.bullet.borer.Codec<Coords.SolarSystemCoord> solarSystemCoordCodec()
- Specified by:
solarSystemCoordCodecin interfaceParamCodecs
-
minorPlanetCoordCodec
public io.bullet.borer.Codec<Coords.MinorPlanetCoord> minorPlanetCoordCodec()
- Specified by:
minorPlanetCoordCodecin interfaceParamCodecs
-
cometCoordCodec
public io.bullet.borer.Codec<Coords.CometCoord> cometCoordCodec()
- Specified by:
cometCoordCodecin interfaceParamCodecs
-
altAzCoordCodec
public io.bullet.borer.Codec<Coords.AltAzCoord> altAzCoordCodec()
- Specified by:
altAzCoordCodecin interfaceParamCodecs
-
coordCodec
public io.bullet.borer.Codec<Coords.Coord> coordCodec()
- Specified by:
coordCodecin interfaceParamCodecs
-
tsCodec
public io.bullet.borer.Codec<Timestamp> tsCodec()
- Specified by:
tsCodecin interfaceParamCodecs
-
instantEnc
public io.bullet.borer.Encoder<java.time.Instant> instantEnc()
- Specified by:
instantEncin interfaceParamCodecs
-
instantDec
public io.bullet.borer.Decoder<java.time.Instant> instantDec()
- Specified by:
instantDecin interfaceParamCodecs
-
utcTimeCodec
public io.bullet.borer.Codec<UTCTime> utcTimeCodec()
- Specified by:
utcTimeCodecin interfaceParamCodecs
-
taiTimeCodec
public io.bullet.borer.Codec<TAITime> taiTimeCodec()
- Specified by:
taiTimeCodecin interfaceParamCodecs
-
unitsCodec
public io.bullet.borer.Codec<Units> unitsCodec()
- Specified by:
unitsCodecin interfaceParamCodecs
-
keyTypeCodecExistential
public io.bullet.borer.Codec<KeyType<?>> keyTypeCodecExistential()
- Specified by:
keyTypeCodecExistentialin interfaceParamCodecs
-
javaByteArrayEnc
public io.bullet.borer.Encoder<java.lang.Byte[]> javaByteArrayEnc()
- Specified by:
javaByteArrayEncin interfaceParamCodecs
-
javaByteArrayDec
public io.bullet.borer.Decoder<java.lang.Byte[]> javaByteArrayDec()
- Specified by:
javaByteArrayDecin interfaceParamCodecs
-
bytesEnc
public io.bullet.borer.Encoder<byte[]> bytesEnc()
- Specified by:
bytesEncin interfaceParamCodecs
-
bytesDec
public io.bullet.borer.Decoder<byte[]> bytesDec()
- Specified by:
bytesDecin interfaceParamCodecs
-
paramEncExistential
public io.bullet.borer.Encoder<Parameter<?>> paramEncExistential()
- Specified by:
paramEncExistentialin interfaceParamCodecs
-
paramDecExistential
public io.bullet.borer.Decoder<Parameter<?>> paramDecExistential()
- Specified by:
paramDecExistentialin interfaceParamCodecs
-
structCodec
public io.bullet.borer.Codec<Struct> structCodec()
- Specified by:
structCodecin interfaceParamCodecs
-
idCodec
public io.bullet.borer.Codec<Id> idCodec()
- Specified by:
idCodecin interfaceParamCodecs
-
eventNameCodec
public io.bullet.borer.Codec<EventName> eventNameCodec()
- Specified by:
eventNameCodecin interfaceParamCodecs
-
seCodec
protected io.bullet.borer.Codec<SystemEvent> seCodec()
- Specified by:
seCodecin interfaceParamCodecs
-
oeCodec
protected io.bullet.borer.Codec<ObserveEvent> oeCodec()
- Specified by:
oeCodecin interfaceParamCodecs
-
eventCodec
public io.bullet.borer.Codec<Event> eventCodec()
- Specified by:
eventCodecin interfaceParamCodecs
-
commandNameCodec
public io.bullet.borer.Codec<CommandName> commandNameCodec()
- Specified by:
commandNameCodecin interfaceParamCodecs
-
obsIdCodec
public io.bullet.borer.Codec<ObsId> obsIdCodec()
- Specified by:
obsIdCodecin interfaceParamCodecs
-
observeCommandCodec
protected io.bullet.borer.Codec<Observe> observeCommandCodec()
- Specified by:
observeCommandCodecin interfaceParamCodecs
-
setupCommandCodec
protected io.bullet.borer.Codec<Setup> setupCommandCodec()
- Specified by:
setupCommandCodecin interfaceParamCodecs
-
waitCommandCodec
protected io.bullet.borer.Codec<Wait> waitCommandCodec()
- Specified by:
waitCommandCodecin interfaceParamCodecs
-
sequenceCommandCodec
public io.bullet.borer.Codec<SequenceCommand> sequenceCommandCodec()
- Specified by:
sequenceCommandCodecin interfaceParamCodecs
-
controlCommandCodec
public io.bullet.borer.Codec<ControlCommand> controlCommandCodec()
- Specified by:
controlCommandCodecin interfaceParamCodecs
-
commandCodec
public io.bullet.borer.Codec<Command> commandCodec()
- Specified by:
commandCodecin interfaceParamCodecs
-
sequenceCodec
public io.bullet.borer.Codec<Sequence> sequenceCodec()
- Specified by:
sequenceCodecin interfaceParamCodecs
-
resultCodec
public io.bullet.borer.Codec<Result> resultCodec()
- Specified by:
resultCodecin interfaceParamCodecs
-
validateCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.ValidateCommandResponse> validateCommandResponseCodec()
- Specified by:
validateCommandResponseCodecin interfaceParamCodecs
-
validateResponseCodec
public io.bullet.borer.Codec<CommandResponse.ValidateResponse> validateResponseCodec()
- Specified by:
validateResponseCodecin interfaceParamCodecs
-
oneWayCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.OnewayResponse> oneWayCommandResponseCodec()
- Specified by:
oneWayCommandResponseCodecin interfaceParamCodecs
-
submitCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.SubmitResponse> submitCommandResponseCodec()
- Specified by:
submitCommandResponseCodecin interfaceParamCodecs
-
queryCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.QueryResponse> queryCommandResponseCodec()
- Specified by:
queryCommandResponseCodecin interfaceParamCodecs
-
matchingCommandResponseCodec
public io.bullet.borer.Codec<CommandResponse.MatchingResponse> matchingCommandResponseCodec()
- Specified by:
matchingCommandResponseCodecin interfaceParamCodecs
-
acceptedCodec
protected io.bullet.borer.Codec<CommandResponse.Accepted> acceptedCodec()
- Specified by:
acceptedCodecin interfaceParamCodecs
-
startedCodec
protected io.bullet.borer.Codec<CommandResponse.Started> startedCodec()
- Specified by:
startedCodecin interfaceParamCodecs
-
completedWithResultCodec
protected io.bullet.borer.Codec<CommandResponse.CompletedWithResult> completedWithResultCodec()
- Specified by:
completedWithResultCodecin interfaceParamCodecs
-
completedCodec
protected io.bullet.borer.Codec<CommandResponse.Completed> completedCodec()
- Specified by:
completedCodecin interfaceParamCodecs
-
invalidCodec
protected io.bullet.borer.Codec<CommandResponse.Invalid> invalidCodec()
- Specified by:
invalidCodecin interfaceParamCodecs
-
errorCodec
protected io.bullet.borer.Codec<CommandResponse.Error> errorCodec()
- Specified by:
errorCodecin interfaceParamCodecs
-
cancelledCodec
protected io.bullet.borer.Codec<CommandResponse.Cancelled> cancelledCodec()
- Specified by:
cancelledCodecin interfaceParamCodecs
-
lockedCodec
protected io.bullet.borer.Codec<CommandResponse.Locked> lockedCodec()
- Specified by:
lockedCodecin interfaceParamCodecs
-
commandNotAvailableCodec
protected io.bullet.borer.Codec<CommandResponse.CommandNotAvailable> commandNotAvailableCodec()
- Specified by:
commandNotAvailableCodecin interfaceParamCodecs
-
commandResponseCodec
public io.bullet.borer.Codec<CommandResponse> commandResponseCodec()
- Specified by:
commandResponseCodecin interfaceParamCodecs
-
missingKeyIssueCodec
protected io.bullet.borer.Codec<CommandIssue.MissingKeyIssue> missingKeyIssueCodec()
- Specified by:
missingKeyIssueCodecin interfaceParamCodecs
-
wrongPrefixIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongPrefixIssue> wrongPrefixIssueCodec()
- Specified by:
wrongPrefixIssueCodecin interfaceParamCodecs
-
wrongParameterTypeIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongParameterTypeIssue> wrongParameterTypeIssueCodec()
- Specified by:
wrongParameterTypeIssueCodecin interfaceParamCodecs
-
wrongUnitsIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongUnitsIssue> wrongUnitsIssueCodec()
- Specified by:
wrongUnitsIssueCodecin interfaceParamCodecs
-
wrongNumberOfParametersIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongNumberOfParametersIssue> wrongNumberOfParametersIssueCodec()
- Specified by:
wrongNumberOfParametersIssueCodecin interfaceParamCodecs
-
assemblyBusyIssueCodec
protected io.bullet.borer.Codec<CommandIssue.AssemblyBusyIssue> assemblyBusyIssueCodec()
- Specified by:
assemblyBusyIssueCodecin interfaceParamCodecs
-
unresolvedLocationsIssueCodec
protected io.bullet.borer.Codec<CommandIssue.UnresolvedLocationsIssue> unresolvedLocationsIssueCodec()
- Specified by:
unresolvedLocationsIssueCodecin interfaceParamCodecs
-
parameterValueOutOfRangeIssueCodec
protected io.bullet.borer.Codec<CommandIssue.ParameterValueOutOfRangeIssue> parameterValueOutOfRangeIssueCodec()
- Specified by:
parameterValueOutOfRangeIssueCodecin interfaceParamCodecs
-
wrongInternalStateIssueCodec
protected io.bullet.borer.Codec<CommandIssue.WrongInternalStateIssue> wrongInternalStateIssueCodec()
- Specified by:
wrongInternalStateIssueCodecin interfaceParamCodecs
-
unsupportedCommandInStateIssueCodec
protected io.bullet.borer.Codec<CommandIssue.UnsupportedCommandInStateIssue> unsupportedCommandInStateIssueCodec()
- Specified by:
unsupportedCommandInStateIssueCodecin interfaceParamCodecs
-
unsupportedCommandIssueCodec
protected io.bullet.borer.Codec<CommandIssue.UnsupportedCommandIssue> unsupportedCommandIssueCodec()
- Specified by:
unsupportedCommandIssueCodecin interfaceParamCodecs
-
requiredServiceUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredServiceUnavailableIssue> requiredServiceUnavailableIssueCodec()
- Specified by:
requiredServiceUnavailableIssueCodecin interfaceParamCodecs
-
requiredHCDUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredHCDUnavailableIssue> requiredHCDUnavailableIssueCodec()
- Specified by:
requiredHCDUnavailableIssueCodecin interfaceParamCodecs
-
requiredAssemblyUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredAssemblyUnavailableIssue> requiredAssemblyUnavailableIssueCodec()
- Specified by:
requiredAssemblyUnavailableIssueCodecin interfaceParamCodecs
-
requiredSequencerUnavailableIssueCodec
protected io.bullet.borer.Codec<CommandIssue.RequiredSequencerUnavailableIssue> requiredSequencerUnavailableIssueCodec()
- Specified by:
requiredSequencerUnavailableIssueCodecin interfaceParamCodecs
-
otherIssueCodec
protected io.bullet.borer.Codec<CommandIssue.OtherIssue> otherIssueCodec()
- Specified by:
otherIssueCodecin interfaceParamCodecs
-
commandIssueCodec
public io.bullet.borer.Codec<CommandIssue> commandIssueCodec()
- Specified by:
commandIssueCodecin interfaceParamCodecs
-
stateNameCodec
public io.bullet.borer.Codec<StateName> stateNameCodec()
- Specified by:
stateNameCodecin interfaceParamCodecs
-
demandStateCodec
public io.bullet.borer.Codec<DemandState> demandStateCodec()
- Specified by:
demandStateCodecin interfaceParamCodecs
-
currentStateCodec
public io.bullet.borer.Codec<CurrentState> currentStateCodec()
- Specified by:
currentStateCodecin interfaceParamCodecs
-
stateVariableCodec
public io.bullet.borer.Codec<StateVariable> stateVariableCodec()
- Specified by:
stateVariableCodecin interfaceParamCodecs
-
subSystemCodec
public io.bullet.borer.Codec<Subsystem> subSystemCodec()
- Specified by:
subSystemCodecin interfaceParamCodecs
-
prefixCodec
public io.bullet.borer.Codec<Prefix> prefixCodec()
- Specified by:
prefixCodecin interfaceCommonCodecs
-
-