Package com.atlassian.bamboo.spring
Class SpringProxy
java.lang.Object
com.atlassian.bamboo.spring.SpringProxy
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
newInstance
(Class<?> clazz) static @NotNull Object
newProxyInstance
(Class<?> type, org.springframework.cglib.proxy.Callback invocationHandler)
-
Constructor Details
-
SpringProxy
public SpringProxy()
-
-
Method Details
-
newInstance
-
newProxyInstance
-