Package io.micronaut.inject.beans
Class AbstractInitializableBeanIntrospection.BeanPropertyRef<P>
- java.lang.Object
-
- io.micronaut.inject.beans.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)
-
-
-
Constructor Detail
-
BeanPropertyRef
public BeanPropertyRef(@NonNull io.micronaut.core.type.Argument<P> argument, int getMethodIndex, int setMethodIndex, int valueMethodIndex, boolean readyOnly, boolean mutable)
-
-