org.infinispan.query
Interface Transformer

All Known Implementing Classes:
DefaultTransformer

public interface Transformer

The task of this interface is to convert keys from their original types to a String representation (which can be used in Lucene) and vice versa.

Since:
4.0
Author:
Manik Surtani

Method Summary
 Object fromString(String s)
           
 String toString(Object customType)
           
 

Method Detail

fromString

Object fromString(String s)

toString

String toString(Object customType)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.