public abstract class Java7Handlers extends Object
Java7HandlersImpl is no longer loaded via reflection.
Prior to v2.15, this class supported Java7-incomplete platforms, specifically
platforms that do not support Path.
Java7Support)| Constructor and Description |
|---|
Java7Handlers() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
getClassJavaNioFilePath() |
abstract JsonDeserializer<?> |
getDeserializerForJavaNioFilePath(Class<?> rawType) |
abstract JsonSerializer<?> |
getSerializerForJavaNioFilePath(Class<?> rawType) |
static Java7Handlers |
instance() |
public static Java7Handlers instance()
public abstract Class<?> getClassJavaNioFilePath()
public abstract JsonDeserializer<?> getDeserializerForJavaNioFilePath(Class<?> rawType)
public abstract JsonSerializer<?> getSerializerForJavaNioFilePath(Class<?> rawType)
Copyright © 2008–2023 FasterXML. All rights reserved.