com.fasterxml.jackson.module.blackbird.deser.SettableStringProperty 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;
import java.io.IOException;
import java.util.function.BiConsumer;
import com.fasterxml.jackson.core.*;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.deser.SettableBeanProperty;
final class SettableStringProperty
extends OptimizedSettableBeanProperty
{
private static final long serialVersionUID = 1L;
private final BiConsumer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy