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 OptBooleanOptBoolean. fromBoolean(java.lang.Boolean b)OptBooleanlenient()Property that indicates whether "lenient" handling should be enabled or disabled.OptBooleanuseInput()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.OptBooleanvalue()Whether merging should or should not be enabled for the annotated property.static OptBooleanOptBoolean. 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.
-