Class InstanceWrapper
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.utils.configuration.InstanceWrapper
-
public class InstanceWrapper extends Object
Parse the annotations on this class and package them with a newly-created instance of the class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceWrapper.InstanceWrapperException
-
Constructor Summary
Constructors Constructor Description InstanceWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> WrappedInstance<T>wrap(Class<? extends T> concreteClass)
-
-
-
Method Detail
-
wrap
public static <T> WrappedInstance<T> wrap(Class<? extends T> concreteClass) throws InstanceWrapper.InstanceWrapperException
-
-