public class PropertyInfo extends Object
data object model
.Constructor and Description |
---|
PropertyInfo(boolean declared,
String name,
Doc doc,
TypeInfo type,
String writerMethod,
String readerMethod,
PropertyKind kind,
boolean jsonifiable) |
Modifier and Type | Method and Description |
---|---|
Doc |
getDoc() |
PropertyKind |
getKind() |
String |
getName() |
String |
getReaderMethod() |
TypeInfo |
getType() |
String |
getWriterMethod() |
boolean |
isAdder() |
boolean |
isArray() |
boolean |
isDeclared() |
boolean |
isJsonifiable() |
boolean |
isMap() |
boolean |
isValue() |
public boolean isDeclared()
public Doc getDoc()
public PropertyKind getKind()
public String getName()
public TypeInfo getType()
public String getReaderMethod()
public String getWriterMethod()
public boolean isValue()
public boolean isArray()
java.util.List<T>
public boolean isMap()
java.util.Map<String, T>
public boolean isAdder()
public boolean isJsonifiable()
Copyright © 2015. All rights reserved.