Class Java7Support
- java.lang.Object
 - 
- com.fasterxml.jackson.databind.ext.Java7Support
 
 
- 
- Direct Known Subclasses:
 Java7SupportImpl
public abstract class Java7Support extends java.lang.ObjectTo support Java7-incomplete platforms, we will offer support for JDK 7 annotations through this class, loaded dynamically; if loading fails, support will be missing. This class is the non-JDK-7-dependent API, andJava7SupportImplis JDK7-dependent implementation of functionality. 
- 
- 
Constructor Summary
Constructors Constructor Description Java7Support() 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract PropertyNamefindConstructorName(AnnotatedParameter p)abstract java.lang.BooleanfindTransient(Annotated a)abstract java.lang.BooleanhasCreatorAnnotation(Annotated a)static Java7Supportinstance() 
 - 
 
- 
- 
Method Detail
- 
instance
public static Java7Support instance()
 
- 
findTransient
public abstract java.lang.Boolean findTransient(Annotated a)
 
- 
hasCreatorAnnotation
public abstract java.lang.Boolean hasCreatorAnnotation(Annotated a)
 
- 
findConstructorName
public abstract PropertyName findConstructorName(AnnotatedParameter p)
 
 - 
 
 -