Package org.jboss.jaxb.intros
Class Util
- java.lang.Object
-
- org.jboss.jaxb.intros.Util
-
public class Util extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objectconvert(Object value, Class<?> returnType)static ObjectgetProperty(Object obj, Class<? extends Annotation> annotation)static ObjectgetProperty(Object obj, String name)static Class<?>nonPrimitive(Class<?> cls)
-
-
-
Method Detail
-
getProperty
public static Object getProperty(Object obj, Class<? extends Annotation> annotation)
-
-