| Package | Description |
|---|---|
| com.holonplatform.core.beans |
| Modifier and Type | Method and Description |
|---|---|
static IgnoreMode |
IgnoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgnoreMode[] |
IgnoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<IgnoreMode> |
BeanProperty.Builder.getIgnoreMode()
Get whether the property is marked as to be ignored and the ignore modality.
|
| Modifier and Type | Method and Description |
|---|---|
BeanProperty.Builder<T> |
BeanProperty.Builder.ignoreMode(IgnoreMode ignoreMode)
Mark the property as to be ignored (i.e. not to be part of the bean property set) or not.
|
Copyright © 2019 The Holon Platform. All rights reserved.