public interface AspectInstanceFactory extends Ordered
Extends the Ordered
interface
to express an order value for the underlying aspect in a chain.
BeanFactory.getBean(java.lang.String)
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Modifier and Type | Method and Description |
---|---|
java.lang.ClassLoader |
getAspectClassLoader()
Expose the aspect class loader that this factory uses.
|
java.lang.Object |
getAspectInstance()
Create an instance of this factory's aspect.
|
java.lang.Object getAspectInstance()
null
)@Nullable java.lang.ClassLoader getAspectClassLoader()
null
for the bootstrap loader)ClassUtils.getDefaultClassLoader()