Class AbstractInitializableBeanIntrospection.BeanMethodRef<P>

  • Type Parameters:
    P - The property type.
    Enclosing class:
    AbstractInitializableBeanIntrospection<B>

    @Internal
    public static final class AbstractInitializableBeanIntrospection.BeanMethodRef<P>
    extends java.lang.Object
    Bean method compile-time data container.
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanMethodRef​(io.micronaut.core.type.Argument<P> returnType, java.lang.String name, io.micronaut.core.annotation.AnnotationMetadata annotationMetadata, io.micronaut.core.type.Argument<?>[] arguments, int methodIndex)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BeanMethodRef

        public BeanMethodRef​(@NonNull
                             io.micronaut.core.type.Argument<P> returnType,
                             @NonNull
                             java.lang.String name,
                             @Nullable
                             io.micronaut.core.annotation.AnnotationMetadata annotationMetadata,
                             @Nullable
                             io.micronaut.core.type.Argument<?>[] arguments,
                             int methodIndex)