Class DecodePath<DataType,​ResourceType,​Transcode>

  • Type Parameters:
    DataType - The type of data ResourceType that will be decoded from.
    ResourceType - The type of intermediate resource that will be decoded.
    Transcode - The final type of resource that will be transcoded from ResourceType and returned to the caller.

    public class DecodePath<DataType,​ResourceType,​Transcode>
    extends java.lang.Object
    Attempts to decode and transcode resource type from a given data type.