Interface UnmarshallerProvider
-
- All Known Implementing Classes:
ContextBoundUnmarshallerProvider,DefaultUnmarshallerProvider,ThreadLocalUnmarshallerProvider
public interface UnmarshallerProviderThis provider is responsible to get anUnmarshallerfor aChannelHandlerContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.marshalling.UnmarshallergetUnmarshaller(io.netty5.channel.ChannelHandlerContext ctx)Get theUnmarshallerfor the givenChannelHandlerContext
-