All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fasterxml.jackson.databind.introspect.WithMember Maven / Gradle / Ivy

Go to download

General data-binding functionality for Jackson: works on core streaming API

There is a newer version: 2.91
Show newest version
package com.fasterxml.jackson.databind.introspect;

public interface WithMember
{
    public T withMember(AnnotatedMember member);
}




© 2015 - 2026 Weber Informatics LLC | Privacy Policy