Class Java7Handlers
java.lang.Object
com.fasterxml.jackson.databind.ext.Java7Handlers
- Direct Known Subclasses:
Java7HandlersImpl
Since v2.15,
Java7HandlersImpl
is no longer loaded via reflection.
Prior to v2.15, this class supported Java7-incomplete platforms, specifically
platforms that do not support Path
.
- Since:
- 2.10 (cleaved off of
Java7Support
)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Class
<?> abstract JsonDeserializer
<?> getDeserializerForJavaNioFilePath
(Class<?> rawType) abstract JsonSerializer
<?> getSerializerForJavaNioFilePath
(Class<?> rawType) static Java7Handlers
instance()
-
Constructor Details
-
Java7Handlers
public Java7Handlers()
-
-
Method Details
-
instance
-
getClassJavaNioFilePath
-
getDeserializerForJavaNioFilePath
-
getSerializerForJavaNioFilePath
-