Home
last modified time | relevance | path

Searched defs:getContextAnnotation (Results 1 – 5 of 5) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DBeanProperty.java127 public <A extends Annotation> A getContextAnnotation(Class<A> acls); in getContextAnnotation() method
270 public <A extends Annotation> A getContextAnnotation(Class<A> acls) { in getContextAnnotation() method in BeanProperty.Std
395 public <A extends Annotation> A getContextAnnotation(Class<A> acls) { in getContextAnnotation() method in BeanProperty.Bogus
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DPropertyWriter.java95 public abstract <A extends Annotation> A getContextAnnotation(Class<A> acls); in getContextAnnotation() method in PropertyWriter
DBeanPropertyWriter.java504 public <A extends Annotation> A getContextAnnotation(Class<A> acls) { in getContextAnnotation() method in BeanPropertyWriter
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/std/
DMapProperty.java97 public <A extends Annotation> A getContextAnnotation(Class<A> acls) { in getContextAnnotation() method in MapProperty
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DSettableBeanProperty.java375 public <A extends Annotation> A getContextAnnotation(Class<A> acls) { in getContextAnnotation() method in SettableBeanProperty