public annotation interface  com.fasterxml.jackson.'annotation'.JsonFormat extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public static final java.lang.String DEFAULT_LOCALE;
public static final java.lang.String DEFAULT_TIMEZONE;
public abstract java.lang.String pattern();
public abstract com.fasterxml.jackson.'annotation'.JsonFormat$Shape shape();
public abstract java.lang.String locale();
public abstract java.lang.String timezone();
public abstract com.fasterxml.jackson.'annotation'.OptBoolean lenient();
public abstract com.fasterxml.jackson.'annotation'.JsonFormat$Feature[] 'with'();
public abstract com.fasterxml.jackson.'annotation'.JsonFormat$Feature[] without();
}