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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy