public class JsonPropertyExt extends Object implements net.inveed.commons.reflection.ext.IBeanPropertyExtension
| Constructor and Description |
|---|
JsonPropertyExt(net.inveed.commons.reflection.BeanPropertyDesc bpd,
JsonTypeExt<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGet() |
boolean |
canSet() |
String |
getJSONName() |
int |
getOrder() |
JsonTypeExt<?> |
getType() |
void |
initialize() |
public JsonPropertyExt(net.inveed.commons.reflection.BeanPropertyDesc bpd,
JsonTypeExt<?> type)
public String getJSONName()
public int getOrder()
public JsonTypeExt<?> getType()
public void initialize()
public boolean canGet()
canGet in interface net.inveed.commons.reflection.ext.IBeanPropertyExtensionpublic boolean canSet()
canSet in interface net.inveed.commons.reflection.ext.IBeanPropertyExtensionCopyright © 2018. All rights reserved.