Uses of Interface
org.n52.svalbard.decode.Decoder
-
Packages that use Decoder Package Description org.n52.svalbard.decode org.n52.svalbard.decode.exception -
-
Uses of Decoder in org.n52.svalbard.decode
Subinterfaces of Decoder in org.n52.svalbard.decode Modifier and Type Interface Description interfaceConformanceClassDecoder<T,S>Generic interface for decoders.interfaceProcedureDecoder<T,S>Classes in org.n52.svalbard.decode that implement Decoder Modifier and Type Class Description classAbstractDelegatingDecoder<T,S>TODO JavaDocMethods in org.n52.svalbard.decode that return Decoder 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)Methods in org.n52.svalbard.decode that return types with arguments of type Decoder Modifier and Type Method Description Set<Decoder<?,?>>DecoderRepository. getDecoders()<F,T>
Optional<Decoder<F,T>>DecoderRepository. tryGetDecoder(DecoderKey key, DecoderKey... keys)Method parameters in org.n52.svalbard.decode with type arguments of type Decoder Modifier and Type Method Description voidDecoderRepository. setDecoders(Collection<Decoder<?,?>> decoders) -
Uses of Decoder in org.n52.svalbard.decode.exception
Constructors in org.n52.svalbard.decode.exception with parameters of type Decoder Constructor Description UnsupportedDecoderInputException(Decoder<?,?> decoder, Object o)UnsupportedDecoderInputException(Decoder<?,?> decoder, String o)
-