Uses of Interface
org.n52.svalbard.decode.DecoderKey
-
Packages that use DecoderKey Package Description org.n52.svalbard.decode org.n52.svalbard.decode.exception org.n52.svalbard.util -
-
Uses of DecoderKey in org.n52.svalbard.decode
Classes in org.n52.svalbard.decode that implement DecoderKey Modifier and Type Class Description classJsonDecoderKeyclassNamespaceDecoderKey<T>AbstractDecoderKeyclass for namespace decoder.classOperationDecoderKeyclassXmlNamespaceDecoderKeyNamespaceDecoderKeyimplementation for XML namespace andClass.classXmlNamespaceOperationDecoderKeyNamespaceDecoderKeyimplementation for XML namespace and operation nameString.classXmlStringOperationDecoderKeyMethods in org.n52.svalbard.decode with parameters of type DecoderKey Modifier and Type Method Description <T,S>
Decoder<T,S>AbstractDelegatingDecoder. getDecoder(DecoderKey key, DecoderKey... others)<F,T>
Decoder<F,T>DecoderRepository. getDecoder(DecoderKey key, DecoderKey... keys)intJsonDecoderKey. getSimilarity(DecoderKey key)protected abstract intNamespaceDecoderKey. getSimilarity(DecoderKey key, T type)Check for similarityintOperationDecoderKey. getSimilarity(DecoderKey key)intXmlNamespaceDecoderKey. getSimilarity(DecoderKey key)protected intXmlNamespaceDecoderKey. getSimilarity(DecoderKey key, Class<?> t)intXmlNamespaceOperationDecoderKey. getSimilarity(DecoderKey key)protected intXmlNamespaceOperationDecoderKey. getSimilarity(DecoderKey key, String operation)intXmlStringOperationDecoderKey. getSimilarity(DecoderKey key)booleanDecoderRepository. hasDecoder(DecoderKey key, DecoderKey... keys)<F,T>
Optional<Decoder<F,T>>DecoderRepository. tryGetDecoder(DecoderKey key, DecoderKey... keys)Method parameters in org.n52.svalbard.decode with type arguments of type DecoderKey Modifier and Type Method Description protected AbstractSimilarityKeyComponentRepository.CompositeKeyDecoderRepository. createCompositeKey(List<DecoderKey> keys) -
Uses of DecoderKey in org.n52.svalbard.decode.exception
Constructors in org.n52.svalbard.decode.exception with parameters of type DecoderKey Constructor Description NoDecoderForKeyException(DecoderKey k) -
Uses of DecoderKey in org.n52.svalbard.util
Methods in org.n52.svalbard.util that return DecoderKey Modifier and Type Method Description static DecoderKeyCodingHelper. getDecoderKey(org.apache.xmlbeans.XmlObject doc)static <T extends org.apache.xmlbeans.XmlObject>
DecoderKeyCodingHelper. getDecoderKey(T[] doc)Methods in org.n52.svalbard.util that return types with arguments of type DecoderKey Modifier and Type Method 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)
-