Java org.springframework.aop.support DelegatingIntroductionInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.aop.support DelegatingIntroductionInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.aop.support DelegatingIntroductionInterceptor.

The text is from its open source code.

Subclass

org.springframework.aop.support.DelegatingIntroductionInterceptor has subclasses.
Click this link to see all its subclasses.

Constructor

DelegatingIntroductionInterceptor(Object delegate)
Construct a new DelegatingIntroductionInterceptor, providing a delegate that implements the interfaces to be introduced.

Method

voidsuppressInterface(Class ifc)
Suppress the specified interface, which may have been autodetected due to the delegate implementing it.