java.lang.Object
edu.internet2.middleware.grouperClientExt.com.fasterxml.jackson.databind.ext.Java7Handlers
Direct Known Subclasses:
Java7HandlersImpl

public abstract class Java7Handlers extends Object
To support Java7-incomplete platforms, we will offer support for JDK 7 datatype(s) (that is, 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.
Since:
2.10 (cleaved off of Java7Support)
  • Constructor Details

    • Java7Handlers

      public Java7Handlers()
  • Method Details

    • instance

      public static Java7Handlers instance()
    • getClassJavaNioFilePath

      public abstract Class<?> getClassJavaNioFilePath()
    • getDeserializerForJavaNioFilePath

      public abstract JsonDeserializer<?> getDeserializerForJavaNioFilePath(Class<?> rawType)
    • getSerializerForJavaNioFilePath

      public abstract JsonSerializer<?> getSerializerForJavaNioFilePath(Class<?> rawType)