com.levigo.jadice.annotation.profiles
Class PrimitiveConverter

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.PrimitiveConverter

public class PrimitiveConverter
extends Object


Constructor Summary
PrimitiveConverter()
           
 
Method Summary
static
<T> T
fromXML(Class<T> type, String value)
           
static
<T> String
toXML(Class<T> type, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveConverter

public PrimitiveConverter()
Method Detail

toXML

public static <T> String toXML(Class<T> type,
                               T value)

fromXML

public static <T> T fromXML(Class<T> type,
                            String value)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.