B
- The bean typeT
- The property type@Internal
public class PropertyReference<B,T>
extends java.lang.Object
Constructor and Description |
---|
PropertyReference(java.lang.String referenceName,
io.micronaut.core.beans.BeanIntrospection<B> introspection,
io.micronaut.core.type.Argument<T> property,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
io.micronaut.core.beans.BeanIntrospection<B> |
getIntrospection() |
io.micronaut.core.type.Argument<T> |
getProperty() |
java.lang.Object |
getReference() |
java.lang.String |
getReferenceName() |
@NonNull public java.lang.String getReferenceName()
@NonNull public io.micronaut.core.beans.BeanIntrospection<B> getIntrospection()
@NonNull public io.micronaut.core.type.Argument<T> getProperty()
@Nullable public java.lang.Object getReference()