| Package | Description |
|---|---|
| org.n52.svalbard.decode | |
| org.n52.svalbard.decode.exception |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConformanceClassDecoder<T,S>
Generic interface for decoders.
|
interface |
ProcedureDecoder<T,S> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingDecoder<T,S>
TODO JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
<F,T> Decoder<F,T> |
DecoderRepository.getDecoder(DecoderKey key,
DecoderKey... keys) |
<T,S> Decoder<T,S> |
AbstractDelegatingDecoder.getDecoder(DecoderKey key,
DecoderKey... others) |
| Modifier and Type | Method and Description |
|---|---|
Set<Decoder<?,?>> |
DecoderRepository.getDecoders() |
<F,T> Optional<Decoder<F,T>> |
DecoderRepository.tryGetDecoder(DecoderKey key,
DecoderKey... keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
DecoderRepository.setDecoders(Collection<Decoder<?,?>> decoders) |
| Constructor and Description |
|---|
UnsupportedDecoderInputException(Decoder<?,?> decoder,
Object o) |
UnsupportedDecoderInputException(Decoder<?,?> decoder,
String o) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.