Package org.nuxeo.ecm.webengine.jaxrs
Class Utils.ClassRef
- java.lang.Object
-
- org.nuxeo.ecm.webengine.jaxrs.Utils.ClassRef
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.Bundle
bundle()
Class<?>
get()
Object
newInstance()
String
toString()
-
-
-
Field Detail
-
bundle
protected org.osgi.framework.Bundle bundle
-
clazz
protected Class<?> clazz
-
-
Constructor Detail
-
ClassRef
public ClassRef(org.osgi.framework.Bundle bundle, Class<?> clazz)
-
-
Method Detail
-
get
public Class<?> get()
-
bundle
public org.osgi.framework.Bundle bundle()
-
newInstance
public Object newInstance() throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-