public class EmbedConfig extends Object implements GraphBuilderModule
Constructor and Description |
---|
EmbedConfig(com.fasterxml.jackson.databind.JsonNode builderConfig,
com.fasterxml.jackson.databind.JsonNode routerConfig) |
Modifier and Type | Method and Description |
---|---|
void |
buildGraph(Graph graph,
HashMap<Class<?>,Object> extra)
Process whatever inputs were supplied to this module and add the resulting elements to the given graph.
|
void |
checkInputs()
Check that all inputs to the graphbuilder are valid; throw an exception if not.
|
public EmbedConfig(com.fasterxml.jackson.databind.JsonNode builderConfig, com.fasterxml.jackson.databind.JsonNode routerConfig)
public void buildGraph(Graph graph, HashMap<Class<?>,Object> extra)
GraphBuilderModule
buildGraph
in interface GraphBuilderModule
public void checkInputs()
GraphBuilderModule
checkInputs
in interface GraphBuilderModule
Copyright © 2018. All rights reserved.