Package org.n52.svalbard.decode
Interface ConformanceClassDecoder<T,S>
-
- Type Parameters:
T- the result of the decoding process, the "Target"S- the input which is decoded, the "Source"
- All Superinterfaces:
Component<DecoderKey>,ConformanceClass,Decoder<T,S>,Keyed<DecoderKey>
public interface ConformanceClassDecoder<T,S> extends ConformanceClass, Decoder<T,S>
Generic interface for decoders.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface org.n52.svalbard.ConformanceClass
getConformanceClasses
-
Methods inherited from interface org.n52.svalbard.decode.Decoder
decode, getSupportedTypes
-
-