Class JsonFactoryFactory

    • Method Detail

      • instance

        @NonNull
        public static com.fasterxml.jackson.core.JsonFactory instance()
        Get the cached JsonFactory instance.
        Returns:
        the factory
      • configureJsonFactory

        public static void configureJsonFactory​(@NonNull
                                                com.fasterxml.jackson.core.JsonFactory factory)
        Apply a standard configuration to the provided JSON factory.
        Parameters:
        factory - the factory to configure