public class PojoInfo extends Object
| Constructor and Description |
|---|
PojoInfo(Type type) |
PojoInfo(Type type,
Type... context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.