org.infinispan.query
Class DefaultTransformer

java.lang.Object
  extended by org.infinispan.query.DefaultTransformer
All Implemented Interfaces:
Transformer

public class DefaultTransformer
extends Object
implements Transformer

Warning, slow as a dog, uses serialization to get a byte representation of a class. Implement your own! Repeat. It is HIGHLY RECOMMENDED THAT YOU PROVIDE YOUR OWN IMPLEMENTATION OF Transformer

Author:
Navin Surtani

Constructor Summary
DefaultTransformer()
           
 
Method Summary
 Object fromString(String s)
           
 String toString(Object customType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTransformer

public DefaultTransformer()
Method Detail

fromString

public Object fromString(String s)
Specified by:
fromString in interface Transformer

toString

public String toString(Object customType)
Specified by:
toString in interface Transformer

-->

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