Package org.n52.svalbard.decode
Class AbstractDelegatingDecoder<T,S>
- java.lang.Object
-
- org.n52.svalbard.decode.AbstractDelegatingDecoder<T,S>
-
- All Implemented Interfaces:
Component<DecoderKey>,Keyed<DecoderKey>,Decoder<T,S>
public abstract class AbstractDelegatingDecoder<T,S> extends Object implements Decoder<T,S>
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description AbstractDelegatingDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,S>
Decoder<T,S>getDecoder(DecoderKey key, DecoderKey... others)DecoderRepositorygetDecoderRepository()voidsetDecoderRepository(DecoderRepository decoderRepository)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.svalbard.decode.Decoder
decode, getSupportedTypes
-
-
-
-
Method Detail
-
getDecoderRepository
public DecoderRepository getDecoderRepository()
-
setDecoderRepository
@Inject public void setDecoderRepository(DecoderRepository decoderRepository)
-
getDecoder
public <T,S> Decoder<T,S> getDecoder(DecoderKey key, DecoderKey... others)
-
-