Class AbstractInitializableBeanIntrospection.BeanPropertyRef<P>

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

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

      Constructors 
      Constructor Description
      BeanPropertyRef​(io.micronaut.core.type.Argument<P> argument, int getMethodIndex, int setMethodIndex, int valueMethodIndex, boolean readyOnly, boolean mutable)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BeanPropertyRef

        public BeanPropertyRef​(@NonNull
                               io.micronaut.core.type.Argument<P> argument,
                               int getMethodIndex,
                               int setMethodIndex,
                               int valueMethodIndex,
                               boolean readyOnly,
                               boolean mutable)