public class JsonTypeExt<T> extends Object implements net.inveed.commons.reflection.ext.IBeanTypeExtension<T>
| Constructor and Description |
|---|
JsonTypeExt(net.inveed.commons.reflection.BeanTypeDesc<T> type) |
| Modifier and Type | Method and Description |
|---|---|
net.inveed.commons.reflection.BeanTypeDesc<T> |
getBeanType() |
net.inveed.commons.reflection.BeanPropertyDesc |
getJSONProperty(String name) |
void |
initialize() |
boolean |
isValid() |
public JsonTypeExt(net.inveed.commons.reflection.BeanTypeDesc<T> type)
public boolean isValid()
isValid in interface net.inveed.commons.reflection.ext.IBeanTypeExtension<T>public net.inveed.commons.reflection.BeanTypeDesc<T> getBeanType()
getBeanType in interface net.inveed.commons.reflection.ext.IBeanTypeExtension<T>public void initialize()
initialize in interface net.inveed.commons.reflection.ext.IBeanTypeExtension<T>public net.inveed.commons.reflection.BeanPropertyDesc getJSONProperty(String name)
Copyright © 2018. All rights reserved.