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

jersey-all is a rebundled verison of Jersey as one OSGi bundle.

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy