package com.fasterxml.jackson.databind.introspect; public interface WithMember { public T withMember(AnnotatedMember member); }