Class GenericPayloadConverter
java.lang.Object
io.smallrye.reactive.messaging.providers.helpers.GenericPayloadConverter
- All Implemented Interfaces:
MessageConverter,jakarta.enterprise.inject.spi.Prioritized
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.reactive.messaging.MessageConverter
MessageConverter.IdentityConverter -
Field Summary
Fields inherited from interface io.smallrye.reactive.messaging.MessageConverter
CONVERTER_DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.reactive.messaging.MessageConverter
getPriority
-
Constructor Details
-
GenericPayloadConverter
public GenericPayloadConverter()
-
-
Method Details
-
canConvert
- Specified by:
canConvertin interfaceMessageConverter
-
convert
- Specified by:
convertin interfaceMessageConverter
-