| Package | Description |
|---|---|
| org.n52.svalbard.decode | |
| org.n52.svalbard.decode.exception | |
| org.n52.svalbard.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonDecoderKey |
class |
NamespaceDecoderKey<T>
Abstract
DecoderKey class for namespace decoder. |
class |
OperationDecoderKey |
class |
XmlNamespaceDecoderKey
NamespaceDecoderKey implementation for XML namespace and
Class. |
class |
XmlNamespaceOperationDecoderKey
NamespaceDecoderKey implementation for XML namespace and operation name String. |
class |
XmlStringOperationDecoderKey |
| Modifier and Type | Method and Description |
|---|---|
<F,T> Decoder<F,T> |
DecoderRepository.getDecoder(DecoderKey key,
DecoderKey... keys) |
<F,T> Decoder<F,T> |
DecoderRepository.getDecoder(DecoderKey key,
DecoderKey... keys) |
<T,S> Decoder<T,S> |
AbstractDelegatingDecoder.getDecoder(DecoderKey key,
DecoderKey... others) |
<T,S> Decoder<T,S> |
AbstractDelegatingDecoder.getDecoder(DecoderKey key,
DecoderKey... others) |
int |
JsonDecoderKey.getSimilarity(DecoderKey key) |
int |
XmlNamespaceDecoderKey.getSimilarity(DecoderKey key) |
int |
OperationDecoderKey.getSimilarity(DecoderKey key) |
int |
XmlStringOperationDecoderKey.getSimilarity(DecoderKey key) |
int |
XmlNamespaceOperationDecoderKey.getSimilarity(DecoderKey key) |
protected int |
XmlNamespaceDecoderKey.getSimilarity(DecoderKey key,
Class<?> t) |
protected int |
XmlNamespaceOperationDecoderKey.getSimilarity(DecoderKey key,
String operation) |
protected abstract int |
NamespaceDecoderKey.getSimilarity(DecoderKey key,
T type)
Check for similarity
|
boolean |
DecoderRepository.hasDecoder(DecoderKey key,
DecoderKey... keys) |
boolean |
DecoderRepository.hasDecoder(DecoderKey key,
DecoderKey... keys) |
<F,T> Optional<Decoder<F,T>> |
DecoderRepository.tryGetDecoder(DecoderKey key,
DecoderKey... keys) |
<F,T> Optional<Decoder<F,T>> |
DecoderRepository.tryGetDecoder(DecoderKey key,
DecoderKey... keys) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSimilarityKeyComponentRepository.CompositeKey |
DecoderRepository.createCompositeKey(List<DecoderKey> keys) |
| Constructor and Description |
|---|
NoDecoderForKeyException(DecoderKey k) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.apache.xmlbeans.XmlObject> |
CodingHelper.getDecoderKey(T[] doc) |
static DecoderKey |
CodingHelper.getDecoderKey(org.apache.xmlbeans.XmlObject doc) |
| Modifier and Type | Method and Description |
|---|---|
static Set<DecoderKey> |
CodingHelper.decoderKeysForElements(String namespace,
Class<?>... elements) |
static Set<DecoderKey> |
CodingHelper.xmlDecoderKeysForOperation(String service,
String version,
Enum<?>... operations) |
static Set<DecoderKey> |
CodingHelper.xmlDecoderKeysForOperation(String service,
String version,
String... operations) |
static Set<DecoderKey> |
CodingHelper.xmlStringDecoderKeysForOperationAndMediaType(String service,
String version,
Enum<?>... operations) |
static Set<DecoderKey> |
CodingHelper.xmlStringDecoderKeysForOperationAndMediaType(String service,
String version,
String... operations) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.