java.lang.Object
gov.nist.secauto.metaschema.databind.io.json.JsonFactoryFactory

public final class JsonFactoryFactory extends Object
  • Method Details

    • 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