Uses of Class
org.infinispan.rest.operations.mediatypes.Charset
-
Packages that use Charset Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.operations.mediatypes -
-
Uses of Charset in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type Charset Modifier and Type Method Description void
InfinispanResponse. charset(Charset charset)
Adds a charset. -
Uses of Charset in org.infinispan.rest.operations.mediatypes
Fields in org.infinispan.rest.operations.mediatypes declared as Charset Modifier and Type Field Description static Charset
Charset. UTF8
DefaultCharset
- UTF8.Methods in org.infinispan.rest.operations.mediatypes that return Charset Modifier and Type Method Description static Charset
Charset. fromMediaType(String mediaType)
Methods in org.infinispan.rest.operations.mediatypes with parameters of type Charset Modifier and Type Method Description byte[]
OutputPrinter. print(String cacheName, CacheSet<?> cacheSet, Charset charset)
Converts all values in the cache to a desired output format.
-