Uses of Interface
org.n52.svalbard.encode.stream.StreamWriter
-
Packages that use StreamWriter Package Description org.n52.svalbard.encode.stream org.n52.svalbard.encode.stream.xml -
-
Uses of StreamWriter in org.n52.svalbard.encode.stream
Methods in org.n52.svalbard.encode.stream that return types with arguments of type StreamWriter Modifier and Type Method Description <T> java.util.Optional<StreamWriter<? super T>>StreamWriterRepository. getWriter(org.n52.janmayen.http.MediaType mediaType, java.lang.Class<? extends T> type)<T> java.util.Optional<StreamWriter<? super T>>StreamWriterRepository. getWriter(StreamWriterKey key)Method parameters in org.n52.svalbard.encode.stream with type arguments of type StreamWriter Modifier and Type Method Description voidStreamWriterRepository. set(java.util.Optional<java.util.Collection<javax.inject.Provider<StreamWriter<?>>>> writers) -
Uses of StreamWriter in org.n52.svalbard.encode.stream.xml
Classes in org.n52.svalbard.encode.stream.xml that implement StreamWriter Modifier and Type Class Description classDocumentXmlStreamWriterTODO JavaDoc
-