Uses of Class
com.fasterxml.jackson.annotation.OptBoolean
-
Packages that use OptBoolean Package Description com.fasterxml.jackson.annotation Public core annotations, most of which are used to configure how Data Mapping/Binding works. -
-
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(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(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.
-