static OptBoolean |
OptBoolean.fromBoolean(java.lang.Boolean b) |
|
OptBoolean |
lenient() |
Property that indicates whether "lenient" handling should be enabled or
disabled.
|
OptBoolean |
requireTypeIdForSubtypes() |
Specifies whether the type ID should be strictly required during polymorphic
deserialization of its subtypes.
|
OptBoolean |
useInput() |
Whether matching value from input (if any) is used for annotated property or not;
if disabled (`OptBoolean.FALSE`), input value (if any) will be ignored;
otherwise it will override injected value.
|
OptBoolean |
value() |
Whether merging should or should not be enabled for the annotated property.
|
static OptBoolean |
OptBoolean.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OptBoolean[] |
OptBoolean.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|