public class PojoInfo extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
protected PojoProperty |
buildProperty(Method method,
Field field,
boolean readonly,
Type type,
String name) |
Collection<PojoProperty> |
getProperties() |
PojoProperty |
getProperty(String name) |
Class |
getRowType() |
Type |
getType() |
@Deprecated public PojoInfo(Type type, Type... context)
public PojoInfo(Type type)
public Type getType()
public Class getRowType()
protected PojoProperty buildProperty(Method method, Field field, boolean readonly, Type type, String name)
public PojoProperty getProperty(String name)
public Collection<PojoProperty> getProperties()
Copyright © 2020. All rights reserved.