Uses of Interface
org.infinispan.query.Transformer
-
Packages that use Transformer Package Description org.infinispan.query Query API that lets you perform Ickle queries and look up values in caches.org.infinispan.query.impl Query module internals. -
-
Uses of Transformer in org.infinispan.query
Methods in org.infinispan.query that return types with arguments of type Transformer Modifier and Type Method Description Class<? extends Transformer>transformer()TheTransformerto use. -
Uses of Transformer in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement Transformer Modifier and Type Class Description classDefaultTransformerWARNING, slow as a senile dog, uses Java Serialization and base64 encoding to get a String representation of an Object.
-