Class Java7SupportImpl
- java.lang.Object
-
- com.fasterxml.jackson.databind.ext.Java7Support
-
- com.fasterxml.jackson.databind.ext.Java7SupportImpl
-
public class Java7SupportImpl extends Java7Support
- Since:
- 2.8
-
-
Constructor Summary
Constructors Constructor Description Java7SupportImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyName
findConstructorName(AnnotatedParameter p)
java.lang.Boolean
findTransient(Annotated a)
java.lang.Boolean
hasCreatorAnnotation(Annotated a)
-
Methods inherited from class com.fasterxml.jackson.databind.ext.Java7Support
instance
-
-
-
-
Method Detail
-
findTransient
public java.lang.Boolean findTransient(Annotated a)
- Specified by:
findTransient
in classJava7Support
-
hasCreatorAnnotation
public java.lang.Boolean hasCreatorAnnotation(Annotated a)
- Specified by:
hasCreatorAnnotation
in classJava7Support
-
findConstructorName
public PropertyName findConstructorName(AnnotatedParameter p)
- Specified by:
findConstructorName
in classJava7Support
-
-