Uses of Class
com.fasterxml.jackson.annotation.OptBoolean
-
-
Uses of OptBoolean in com.fasterxml.jackson.annotation
Methods in com.fasterxml.jackson.annotation that return OptBoolean Modifier and Type Method Description static OptBoolean
OptBoolean. fromBoolean(java.lang.Boolean b)
OptBoolean
lenient()
Property that indicates whether "lenient" handling should be enabled or disabled.OptBoolean
useInput()
Whether matching input value 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.
-