Package org.burningwave.graph
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Config.Factorycreate(org.burningwave.core.Strings stringHelper, org.burningwave.core.io.PathHelper pathHelper, org.burningwave.graph.Config.Validator configValidator, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static Config.FactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Cleanable
clear, clearInBackgroundMethods inherited from interface org.burningwave.core.Closeable
close, closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods 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
-
build
public Config build(String fileName) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException - Throws:
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOException
-