Package org.n52.svalbard.encode
Interface ConformanceClassEncoder<T,S>
-
- Type Parameters:
T- the resulting type, the "Target"S- the input type, the "Source"
- All Superinterfaces:
Component<EncoderKey>,ConformanceClass,Encoder<T,S>,Keyed<EncoderKey>
- All Known Subinterfaces:
ProcedureEncoder<S,T>
public interface ConformanceClassEncoder<T,S> extends ConformanceClass, Encoder<T,S>
Generic interface for Encoders.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface org.n52.svalbard.ConformanceClass
getConformanceClasses
-
Methods inherited from interface org.n52.svalbard.encode.Encoder
encode, encode, getContentType, getSupportedTypes
-
-