Class Config.Factory

java.lang.Object
org.burningwave.graph.Config.Factory
All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Cleanable, org.burningwave.core.Closeable, org.burningwave.core.Component, org.burningwave.core.Identifiable, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.Memorizer
Enclosing class:
Config

public static class Config.Factory extends Object implements org.burningwave.core.Component
  • Method Summary

    Modifier and Type
    Method
    Description
    build(String fileName)
     
    create(org.burningwave.core.Strings stringHelper, org.burningwave.core.io.PathHelper pathHelper, org.burningwave.graph.Config.Validator configValidator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.burningwave.core.Cleanable

    clear, clearInBackground

    Methods inherited from interface org.burningwave.core.Closeable

    close, closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTask

    Methods inherited from interface org.burningwave.core.Identifiable

    getId, getOperationId

    Methods inherited from interface org.burningwave.core.Memorizer

    getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.iterable.Properties.Listener

    checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
  • Method Details

    • create

      public static Config.Factory create(org.burningwave.core.Strings stringHelper, org.burningwave.core.io.PathHelper pathHelper, org.burningwave.graph.Config.Validator configValidator, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • getInstance

      public static Config.Factory getInstance()
    • build

      public Config build(String fileName) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
      Throws:
      com.fasterxml.jackson.core.JsonParseException
      com.fasterxml.jackson.databind.JsonMappingException
      IOException