T - the resulting type, the "Target"S - the input type, the "Source"public abstract class AbstractDelegatingEncoder<T,S> extends Object implements Encoder<T,S>
| Constructor and Description |
|---|
AbstractDelegatingEncoder() |
| Modifier and Type | Method and Description |
|---|---|
<T,S> Encoder<T,S> |
getEncoder(EncoderKey key,
EncoderKey... others) |
EncoderRepository |
getEncoderRepository() |
void |
setEncoderRepository(EncoderRepository encoderRepository) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencode, encode, getContentType, getSupportedTypespublic EncoderRepository getEncoderRepository()
@Inject public void setEncoderRepository(EncoderRepository encoderRepository)
public <T,S> Encoder<T,S> getEncoder(EncoderKey key, EncoderKey... others)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.