Class BinaryHandlersJDK17

java.lang.Object
org.eclipse.serializer.persistence.binary.jdk17.types.BinaryHandlersJDK17

public final class BinaryHandlersJDK17 extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Dummy constructor to prevent instantiation of this static-only utility class.
  • Method Summary

    Modifier and Type
    Method
    Description
    static <F extends org.eclipse.serializer.persistence.types.PersistenceTypeHandlerRegistration.Executor<org.eclipse.serializer.persistence.binary.types.Binary>>
    F
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BinaryHandlersJDK17

      protected BinaryHandlersJDK17()
      Dummy constructor to prevent instantiation of this static-only utility class.
      Throws:
      UnsupportedOperationException - when called
  • Method Details

    • registerJDK17TypeHandlers

      public static <F extends org.eclipse.serializer.persistence.types.PersistenceTypeHandlerRegistration.Executor<org.eclipse.serializer.persistence.binary.types.Binary>> F registerJDK17TypeHandlers(F executor)