public static interface BeanVisitor.Vzt
| Modifier and Type | Method and Description |
|---|---|
Object |
amend(@NotNull Field field,
@NotNull Annotation[] annos,
Object obj)
Handle field value or container element, object reference changes as modifications
|
boolean |
cares(@NotNull Field field,
@NotNull Annotation[] annos)
Whether to amend this field
|
boolean cares(@NotNull
@NotNull Field field,
@NotNull
@NotNull Annotation[] annos)
field - bean fieldannos - annotation on the fieldObject amend(@NotNull @NotNull Field field, @NotNull @NotNull Annotation[] annos, Object obj)
field - bean fieldannos - annotation on the fieldobj - field value or container elementCopyright © 2024. All rights reserved.