public abstract class Java7Handlers extends Object
Path
through this class, loaded
dynamically; if loading fails, support will be missing.
This class is the non-JDK-7-dependent API, and Java7HandlersImpl
is
JDK7-dependent implementation of functionality.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–2021 FasterXML. All rights reserved.