public static class ListChildElement.ListChildElementBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
elementName |
protected String |
elementPropertyName |
protected Map<String,String> |
itemAttributePropertyMap |
protected Class |
itemClass |
protected String |
itemName |
| Constructor and Description |
|---|
ListChildElement.ListChildElementBuilder(String elementName,
String elementPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
ListChildElement |
build() |
ListChildElement.ListChildElementBuilder |
withItemAttribute(String attributeName,
String propertyName) |
ListChildElement.ListChildElementBuilder |
withItemClass(Class itemClass) |
ListChildElement.ListChildElementBuilder |
withItemName(String itemName) |
protected String elementName
protected String elementPropertyName
protected Class itemClass
protected String itemName
public ListChildElement.ListChildElementBuilder withItemClass(Class itemClass)
public ListChildElement.ListChildElementBuilder withItemName(String itemName)
public ListChildElement.ListChildElementBuilder withItemAttribute(String attributeName, String propertyName)
public ListChildElement build()
Copyright © 2017. All rights reserved.