Uses of Interface
org.infinispan.rest.operations.mediatypes.OutputPrinter
-
Packages that use OutputPrinter Package Description org.infinispan.rest.operations.mediatypes org.infinispan.rest.operations.mediatypes.impl -
-
Uses of OutputPrinter in org.infinispan.rest.operations.mediatypes
Methods in org.infinispan.rest.operations.mediatypes that return OutputPrinter Modifier and Type Method Description static OutputPrinter
EntrySetFormatter. forMediaType(org.infinispan.commons.dataconversion.MediaType mediaType)
-
Uses of OutputPrinter in org.infinispan.rest.operations.mediatypes.impl
Classes in org.infinispan.rest.operations.mediatypes.impl that implement OutputPrinter Modifier and Type Class Description class
BinaryOutputPrinter
OutputPrinter
for binary values.class
JSONOutputPrinter
OutputPrinter
for JSON values.class
TextOutputPrinter
OutputPrinter
for text values.class
XMLOutputPrinter
OutputPrinter
for xml values.
-