public abstract class AbstractDelegatingDecoder<T,S> extends Object implements Decoder<T,S>
| Constructor and Description |
|---|
AbstractDelegatingDecoder() |
| Modifier and Type | Method and Description |
|---|---|
<T,S> Decoder<T,S> |
getDecoder(DecoderKey key,
DecoderKey... others) |
DecoderRepository |
getDecoderRepository() |
void |
setDecoderRepository(DecoderRepository decoderRepository) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, getSupportedTypespublic DecoderRepository getDecoderRepository()
@Inject public void setDecoderRepository(DecoderRepository decoderRepository)
public <T,S> Decoder<T,S> getDecoder(DecoderKey key, DecoderKey... others)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.