public abstract class Java7Handlers
extends java.lang.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 java.lang.Class<?> |
getClassJavaNioFilePath() |
abstract JsonDeserializer<?> |
getDeserializerForJavaNioFilePath(java.lang.Class<?> rawType) |
abstract JsonSerializer<?> |
getSerializerForJavaNioFilePath(java.lang.Class<?> rawType) |
static Java7Handlers |
instance() |
public static Java7Handlers instance()
public abstract java.lang.Class<?> getClassJavaNioFilePath()
public abstract JsonDeserializer<?> getDeserializerForJavaNioFilePath(java.lang.Class<?> rawType)
public abstract JsonSerializer<?> getSerializerForJavaNioFilePath(java.lang.Class<?> rawType)
Copyright © 2010 - 2020 Adobe. All Rights Reserved