Interface BeanIntrospectionsProvider
public interface BeanIntrospectionsProvider
The provider of bean introspections.
- Since:
- 5.2.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionprovide(ClassLoader classLoader) Provides a list of bean introspection references available from the given class loader.
-
Method Details
-
provide
Provides a list of bean introspection references available from the given class loader.- Parameters:
classLoader- The class loader to use for loading bean introspections- Returns:
- A list of bean introspection references
-