com.fasterxml.jackson.module.blackbird.deser.ObjBooleanConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-module-blackbird Show documentation
Show all versions of jackson-module-blackbird Show documentation
Jackson (https://github.com/FasterXML/jackson) extension module
that uses LambdaMetafactory based code generation to replace reflection calls.
The newest version!
package com.fasterxml.jackson.module.blackbird.deser;
@FunctionalInterface
public interface ObjBooleanConsumer {
void accept(Object bean, boolean value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy