org.jboss.seam.config.xml.util
Class XmlObjectConverter

java.lang.Object
  extended by org.jboss.seam.config.xml.util.XmlObjectConverter

public class XmlObjectConverter
extends Object

utility class that can convert a string representation of a type into an instance of that type

Author:
Stuart Douglas

Constructor Summary
XmlObjectConverter()
           
 
Method Summary
static Object convert(Class target, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObjectConverter

public XmlObjectConverter()
Method Detail

convert

public static Object convert(Class target,
                             String value)


Copyright © 2011 Seam Framework. All Rights Reserved.