Uses of Interface
fish.payara.admin.rest.streams.StreamWriter
-
Packages that use StreamWriter Package Description fish.payara.admin.rest.streams org.glassfish.admin.rest.provider -
-
Uses of StreamWriter in fish.payara.admin.rest.streams
Classes in fish.payara.admin.rest.streams that implement StreamWriter Modifier and Type Class Description classJsonStreamWriterAStreamWriterfor handling JSON.classXmlStreamWriterAStreamWriterfor handling XML. -
Uses of StreamWriter in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type StreamWriter Modifier and Type Method Description protected abstract voidAbstractStaxProvider. writeContentToStream(T proxy, StreamWriter wr)Marshalling implementation here.protected voidCommandModelStaxProvider. writeContentToStream(CommandModel proxy, StreamWriter wr)
-