public static class BindProperty.BindPropertyBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
inCollection |
protected BindProperty |
parentProperty |
protected com.squareup.javapoet.TypeName |
rawTypeName |
protected com.abubusoft.kripton.xml.XmlType |
xmlType |
| Constructor and Description |
|---|
BindPropertyBuilder(com.squareup.javapoet.TypeName parameterTypeName) |
BindPropertyBuilder(com.squareup.javapoet.TypeName rawTypeName,
BindProperty property) |
| Modifier and Type | Method and Description |
|---|---|
BindProperty |
build() |
BindProperty.BindPropertyBuilder |
elementName(String label) |
BindProperty.BindPropertyBuilder |
inCollection(boolean inCollection) |
BindProperty.BindPropertyBuilder |
label(String elementTag) |
BindProperty.BindPropertyBuilder |
nullable(boolean value) |
BindProperty.BindPropertyBuilder |
xmlType(com.abubusoft.kripton.xml.XmlType xmlType) |
protected BindProperty parentProperty
protected com.squareup.javapoet.TypeName rawTypeName
protected com.abubusoft.kripton.xml.XmlType xmlType
protected boolean inCollection
public BindPropertyBuilder(com.squareup.javapoet.TypeName rawTypeName,
BindProperty property)
public BindPropertyBuilder(com.squareup.javapoet.TypeName parameterTypeName)
public BindProperty.BindPropertyBuilder inCollection(boolean inCollection)
public BindProperty build()
public BindProperty.BindPropertyBuilder xmlType(com.abubusoft.kripton.xml.XmlType xmlType)
public BindProperty.BindPropertyBuilder elementName(String label)
public BindProperty.BindPropertyBuilder label(String elementTag)
public BindProperty.BindPropertyBuilder nullable(boolean value)
Copyright © 2017. All rights reserved.