U - T - public interface Decoder<U,T>
ManagedService with a method
annotated with Message. For example:
public final class StringBufferDecoder implements Decoder { | Modifier and Type | Method and Description |
|---|---|
T |
decode(U s)
Decode the specified object of type U into object of type T
|
Copyright © 2016. All rights reserved.