public class PropertyInfo extends Object
data object model
.Constructor and Description |
---|
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String setterMethod,
String adderMethod,
String getterMethod,
PropertyKind kind,
boolean jsonifiable) |
Modifier and Type | Method and Description |
---|---|
String |
getAdderMethod() |
Doc |
getDoc() |
String |
getGetterMethod() |
PropertyKind |
getKind() |
String |
getName() |
String |
getSetterMethod() |
TypeInfo |
getType() |
boolean |
isAdder() |
boolean |
isDeclared() |
boolean |
isJsonifiable() |
boolean |
isList() |
boolean |
isMap() |
boolean |
isSet() |
boolean |
isSetter() |
boolean |
isValue() |
public boolean isDeclared()
public Doc getDoc()
public PropertyKind getKind()
public String getName()
public TypeInfo getType()
public String getGetterMethod()
public String getSetterMethod()
public String getAdderMethod()
public boolean isValue()
public boolean isList()
java.util.List<T>
public boolean isSet()
java.util.Set<T>
public boolean isMap()
java.util.Map<String, T>
public boolean isSetter()
public boolean isAdder()
public boolean isJsonifiable()
Copyright © 2016. All rights reserved.