Package io.micronaut.serde.reference
Class PropertyReference<B,T>
java.lang.Object
io.micronaut.serde.reference.PropertyReference<B,T>
- Type Parameters:
B
- The bean typeT
- The property type
- Direct Known Subclasses:
SerializationReference
Represents a reference to a property.
-
Constructor Summary
ConstructorDescriptionPropertyReference
(@NonNull String referenceName, @NonNull io.micronaut.core.beans.BeanIntrospection<B> introspection, @NonNull io.micronaut.core.type.Argument<T> property, @Nullable Object value) -
Method Summary
-
Constructor Details
-
PropertyReference
-
-
Method Details
-
getReferenceName
- Returns:
- The reference name
-
getIntrospection
- Returns:
- The introspection
-
getProperty
- Returns:
- The property
-
getReference
- Returns:
- The reference
-