Class AbstractInitializableBeanIntrospection<B>

java.lang.Object
io.micronaut.inject.beans.AbstractInitializableBeanIntrospection<B>
Type Parameters:
B - The bean type
All Implemented Interfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, BeanInfo<B>, BeanIntrospection<B>, UnsafeBeanInstantiationIntrospection<B>, ArgumentCoercible<B>

public abstract class AbstractInitializableBeanIntrospection<B> extends Object implements UnsafeBeanInstantiationIntrospection<B>
Abstract implementation of the BeanIntrospection interface. This class is subclasses at compilation time by generated byte code and should not be used directly.

Implementation is using method dispatch to access the bean instance.

Since:
3.1
Author:
Denis Stepanov