Class AbstractInitializableBeanIntrospection.BeanPropertyRef<P>
java.lang.Object
io.micronaut.inject.beans.AbstractInitializableBeanIntrospection.BeanPropertyRef<P>
- Type Parameters:
P- The property type.
- Enclosing class:
AbstractInitializableBeanIntrospection<B>
-
Constructor Summary
ConstructorsConstructorDescriptionBeanPropertyRef(Argument<P> argument, int getMethodIndex, int setMethodIndex, int withMethodIndex, boolean readyOnly, boolean mutable) BeanPropertyRef(Argument<P> argument, @Nullable Argument<P> readArgument, @Nullable Argument<P> writeArgument, int getMethodIndex, int setMethodIndex, int withMethodIndex, boolean readyOnly, boolean mutable) -
Method Summary
-
Constructor Details
-
BeanPropertyRef
-
BeanPropertyRef
-