| Package | Description |
|---|---|
| pro.fessional.mirana.anti |
| Modifier and Type | Field and Description |
|---|---|
static BeanVisitor.Opt |
BeanVisitor.Opt.Default |
| Modifier and Type | Method and Description |
|---|---|
BeanVisitor.Opt |
BeanVisitor.Opt.amendOnce(boolean b)
Whether be modified by Visitor only once, default is true.
|
BeanVisitor.Opt |
BeanVisitor.Opt.skipFinal(boolean b)
Whether to skip final fields, default true.
|
BeanVisitor.Opt |
BeanVisitor.Opt.skipTransient(boolean b)
Whether to skip Transient field and @Transient Getter, default true
|
BeanVisitor.Opt |
BeanVisitor.Opt.throwOnError(boolean b)
Whether to throw or ignore exception, default true to throw
|
BeanVisitor.Opt |
BeanVisitor.Opt.tryRawGetter(boolean b)
Whether to include a Getter of the same name as the field in the form of xxx(), default true
|
BeanVisitor.Opt |
BeanVisitor.Opt.walkDepth(int depth)
Set the visit depth, java bean only, not collection or array, default Integer.MAX_VALUE
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BeanVisitor.visit(@Nullable BeanVisitor.Opt opt,
@Nullable Object bean,
BeanVisitor.Vzt... vzts) |
static void |
BeanVisitor.visit(@Nullable BeanVisitor.Opt opt,
@Nullable Object bean,
@Nullable Collection<BeanVisitor.Vzt> visitors) |
Copyright © 2023. All rights reserved.