public static class NestedChildElement.NestedChildElementBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
attributePropertyMap |
protected Class |
elementClass |
protected String |
elementName |
protected String |
elementPropertyName |
| Constructor and Description |
|---|
NestedChildElement.NestedChildElementBuilder() |
| Modifier and Type | Method and Description |
|---|---|
NestedChildElement |
build() |
NestedChildElement.NestedChildElementBuilder |
withAttribute(String attributeName,
String propertyName) |
NestedChildElement.NestedChildElementBuilder |
withElementName(String elementName) |
NestedChildElement.NestedChildElementBuilder |
withElementPropertyName(String elementPropertyName) |
protected Class elementClass
protected String elementName
protected String elementPropertyName
public NestedChildElement.NestedChildElementBuilder()
public NestedChildElement.NestedChildElementBuilder withElementName(String elementName)
public NestedChildElement.NestedChildElementBuilder withElementPropertyName(String elementPropertyName)
public NestedChildElement.NestedChildElementBuilder withAttribute(String attributeName, String propertyName)
public NestedChildElement build()
Copyright © 2017. All rights reserved.