| Modifier and Type | Method and Description |
|---|---|
Collection<TransformationConfig> |
ChainWalkerAdapter.getTransformationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalkModFacade.addTransformationConfig(String chain,
String path,
boolean recursive,
TransformationConfig transformationCfg,
Integer order,
String before)
Adds a new transformation configuration into the configuration file
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainWalkerAdapter.setTransformationConfig(Collection<TransformationConfig> config) |
| Modifier and Type | Method and Description |
|---|---|
TransformationConfig |
AddTransformationCommand.buildTransformationCfg() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectConfigurationProvider.addTransformationConfig(String chain,
String path,
TransformationConfig transformationCfg,
boolean recursive,
Integer order,
String before) |
| Modifier and Type | Method and Description |
|---|---|
List<TransformationConfig> |
JSONConfigParser.getTransformationCfgs(com.fasterxml.jackson.databind.JsonNode current) |
List<TransformationConfig> |
WalkerConfig.getTransformations() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalkerConfig.setTransformations(List<TransformationConfig> transformations) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformationConfigImpl |
| Modifier and Type | Method and Description |
|---|---|
List<TransformationConfig> |
WalkerConfigImpl.getTransformations() |
List<TransformationConfig> |
ChainConfigImpl.getTransformations() |
| Modifier and Type | Method and Description |
|---|---|
void |
WalkerConfigImpl.setTransformations(List<TransformationConfig> transformations) |
void |
ChainConfigImpl.setTransformations(List<TransformationConfig> transformations) |
| Constructor and Description |
|---|
ChainConfigImpl(TransformationConfig tc) |
WalkerConfigImpl(TransformationConfig tc) |
| Modifier and Type | Method and Description |
|---|---|
List<TransformationConfig> |
XMLConfigurationProvider.getTransformationItems(Element element,
boolean exceptionsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
YAMLConfigurationProvider.addTransformationConfig(String chain,
String path,
TransformationConfig transformationCfg,
boolean recursive,
Integer order,
String before) |
void |
XMLConfigurationProvider.addTransformationConfig(String chain,
String path,
TransformationConfig transformationCfg,
boolean recursive,
Integer order,
String before) |
| Modifier and Type | Method and Description |
|---|---|
Element |
AbstractXMLConfigurationAction.createTransformationElement(TransformationConfig transformationCfg) |
| Constructor and Description |
|---|
AddTransformationXMLAction(String chain,
String path,
TransformationConfig transformationCfg,
XMLConfigurationProvider provider,
boolean recursive,
Integer order,
String before) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractYMLConfigurationAction.createTransformation(com.fasterxml.jackson.databind.node.ObjectNode transformationNode,
TransformationConfig transCfg) |
| Constructor and Description |
|---|
AddTransformationYMLAction(String chain,
String path,
TransformationConfig transformationCfg,
YAMLConfigurationProvider provider,
boolean recursive,
Integer order,
String before) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TransformationConfig> |
DefaultChainWalkerAdapter.getTransformationConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultChainWalkerAdapter.setTransformationConfig(Collection<TransformationConfig> config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWalker.visit(Object element,
List<Object> visitors,
List<TransformationConfig> transformations,
VisitorContext context) |
Copyright © 2017. All rights reserved.