Class AbstractInitializableBeanIntrospection.BeanMethodRef<P>
java.lang.Object
io.micronaut.inject.beans.AbstractInitializableBeanIntrospection.BeanMethodRef<P>
- Type Parameters:
P- The property type.
- Enclosing class:
AbstractInitializableBeanIntrospection<B>
-
Constructor Summary
ConstructorsConstructorDescriptionBeanMethodRef(Argument<P> returnType, String name, @Nullable AnnotationMetadata annotationMetadata, Argument<?> @Nullable [] arguments, int methodIndex) -
Method Summary
-
Constructor Details
-
BeanMethodRef
public BeanMethodRef(Argument<P> returnType, String name, @Nullable AnnotationMetadata annotationMetadata, Argument<?> @Nullable [] arguments, int methodIndex)
-