Interface BeanDefinitionDataCollector<T>
- Type Parameters:
T
- The type
- All Known Implementing Classes:
DefaultBeanDefinitionDataCollector
public interface BeanDefinitionDataCollector<T>
Used to respond with bean information used for the BeansEndpoint
.
- Since:
- 1.0
- Author:
- James Kleeh
-
Method Summary
-
Method Details
-
getData
T getData()- Returns:
- The raw data representing information about the available beans; the given bean definitions
-