public class MapToResourceConfigFromKeyValueAttributes extends Object implements org.smooks.api.resource.visitor.dom.DOMVisitBefore
| Modifier and Type | Field and Description |
|---|---|
protected String |
keyAttribute |
protected String |
mapTo |
protected String |
valueAttribute |
| Constructor and Description |
|---|
MapToResourceConfigFromKeyValueAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyAttribute() |
String |
getMapTo() |
String |
getValueAttribute() |
void |
setKeyAttribute(String keyAttribute) |
void |
setMapTo(String mapTo) |
void |
setValueAttribute(String valueAttribute) |
void |
visitBefore(Element element,
org.smooks.api.ExecutionContext executionContext) |
@Inject protected String mapTo
@Inject protected String keyAttribute
@Inject protected String valueAttribute
public MapToResourceConfigFromKeyValueAttributes()
public void visitBefore(Element element, org.smooks.api.ExecutionContext executionContext) throws org.smooks.api.SmooksException
visitBefore in interface org.smooks.api.resource.visitor.dom.DOMVisitBeforeorg.smooks.api.SmooksExceptionpublic String getMapTo()
public void setMapTo(String mapTo)
public String getKeyAttribute()
public void setKeyAttribute(String keyAttribute)
public String getValueAttribute()
public void setValueAttribute(String valueAttribute)
Copyright © 2023. All rights reserved.