Package com.nimbusds.jose
Interface PayloadTransformer<T>
-
public interface PayloadTransformer<T>
Generic payload type transformer. Implementations should be tread-safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ttransform(Payload payload)Transforms the specified payload into the desired type.
-