org.jboss.seam.config.xml.util
Class XmlObjectConverter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlObjectConverter
public XmlObjectConverter()
convert
public static Object convert(Class target,
String value)
Copyright © 2011 Seam Framework. All Rights Reserved.