Package com.atlassian.bamboo.spring
Class SpringProxy
- java.lang.Object
-
- com.atlassian.bamboo.spring.SpringProxy
-
@Internal public class SpringProxy extends Object
This class is used to create new instances of classes and proxies to classes. Uses the same library Spring uses. Like Spring it can create proxies to classes without interfaces.
-
-
Constructor Summary
Constructors Constructor Description SpringProxy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
newInstance(Class<?> clazz)
static @NotNull Object
newProxyInstance(Class<?> type, org.springframework.cglib.proxy.Callback invocationHandler)
-