public interface BeanPropertyDescription
MapperImpl.
There, for instance, there is a BeanDescriptionFactory field responsible for creating bean descriptions.
Default implementation is BeanPropertyDescriptionImpl.
| Modifier and Type | Method and Description |
|---|---|
@NotNull BeanPropertyComments |
getComments() |
@NotNull String |
getName() |
@NotNull TypeInformation |
getTypeInformation() |
@Nullable Object |
getValue(@NotNull Object bean)
Returns the value of the property for the given bean.
|
void |
setValue(@NotNull Object bean,
@NotNull Object value)
Sets the given value on the provided bean for this property.
|
@NotNull @NotNull String getName()
@NotNull @NotNull TypeInformation getTypeInformation()
void setValue(@NotNull
@NotNull Object bean,
@NotNull
@NotNull Object value)
property type.bean - the bean to set the property onvalue - the value to set@Nullable @Nullable Object getValue(@NotNull @NotNull Object bean)
bean - the bean to read the property from@NotNull @NotNull BeanPropertyComments getComments()
Copyright © 2016–2023 The AuthMe Team. All rights reserved.