Uses of Class
com.cumulocity.microservice.customencoders.api.exception.EncoderServiceException
Packages that use EncoderServiceException
Package
Description
-
Uses of EncoderServiceException in com.cumulocity.microservice.customencoders.api.exception
Modifier and TypeClassDescriptionclassclass -
Uses of EncoderServiceException in com.cumulocity.microservice.customencoders.api.service
Methods in com.cumulocity.microservice.customencoders.api.service that throw EncoderServiceExceptionModifier and TypeMethodDescriptionEncoderService.encode(EncoderInputData encoderInputData) Encodes the EncoderInput object into EncoderResult object -
Uses of EncoderServiceException in com.cumulocity.microservice.lpwan.codec.handler
Methods in com.cumulocity.microservice.lpwan.codec.handler with parameters of type EncoderServiceExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<EncoderResult>CodecExceptionsHandler.handleEncoderServiceException(EncoderServiceException exception) This method handles the custom EncoderServiceException. -
Uses of EncoderServiceException in com.cumulocity.microservice.lpwan.codec.rest
Methods in com.cumulocity.microservice.lpwan.codec.rest that throw EncoderServiceExceptionModifier and TypeMethodDescription@NotNull EncoderResultCodecController.encode(@NotNull EncoderInputData inputData) This REST API should expose '/encode' endpoint