| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper.propertydescription |
| Modifier and Type | Field and Description |
|---|---|
static BeanPropertyComments |
BeanPropertyComments.EMPTY
Instance which can be used if there are no comments to add.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull BeanPropertyComments |
BeanPropertyDescription.getComments() |
@NotNull BeanPropertyComments |
BeanPropertyDescriptionImpl.getComments() |
protected @NotNull BeanPropertyComments |
BeanDescriptionFactoryImpl.getComments(@Nullable Field field)
Returns the comments that are defined on the property.
|
| Constructor and Description |
|---|
BeanPropertyDescriptionImpl(@NotNull String name,
@NotNull TypeInformation typeInformation,
@NotNull Method getter,
@NotNull Method setter,
@NotNull BeanPropertyComments comments)
Constructor.
|
Copyright © 2016–2023 The AuthMe Team. All rights reserved.