Uses of Interface
com.fasterxml.jackson.module.blackbird.ser.ToBooleanFunction
-
Packages that use ToBooleanFunction Package Description com.fasterxml.jackson.module.blackbird.ser -
-
Uses of ToBooleanFunction in com.fasterxml.jackson.module.blackbird.ser
Fields in com.fasterxml.jackson.module.blackbird.ser declared as ToBooleanFunction Modifier and Type Field Description private ToBooleanFunctionBooleanPropertyWriter. _accConstructors in com.fasterxml.jackson.module.blackbird.ser with parameters of type ToBooleanFunction Constructor Description BooleanPropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter src, ToBooleanFunction acc, com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object> ser)
-