public static class ElementValueMapping.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ElementValueMapping |
build() |
ElementValueMapping.Builder |
withElementValueProvider(ElementValueProvider elementValueProvider) |
ElementValueMapping.Builder |
withGroupNodesWithSameText(boolean groupNodesWithSameText) |
ElementValueMapping.Builder |
withUnique(boolean unique) |
ElementValueMapping.Builder |
withXpath(java.lang.String xpath) |
public ElementValueMapping.Builder withXpath(java.lang.String xpath)
public ElementValueMapping.Builder withUnique(boolean unique)
public ElementValueMapping.Builder withGroupNodesWithSameText(boolean groupNodesWithSameText)
public ElementValueMapping.Builder withElementValueProvider(ElementValueProvider elementValueProvider)
public ElementValueMapping build()