public class PojoTypeInfo extends Object
Constructor and Description |
---|
PojoTypeInfo(Class<?> type,
PojoTypeInfo superTypeInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
int |
getNumOfProperties() |
Map<String,PojoPropertyInfo> |
getProperties() |
PojoPropertyInfo |
getProperty(String propertyName) |
PojoTypeInfo |
getSuperTypeInfo() |
Class<?> |
getType() |
public static final String PREFIX_IS
public PojoTypeInfo(Class<?> type, PojoTypeInfo superTypeInfo)
public String getName()
public Class<?> getType()
public PojoTypeInfo getSuperTypeInfo()
public Map<String,PojoPropertyInfo> getProperties()
public int getNumOfProperties()
public PojoPropertyInfo getProperty(String propertyName)
Copyright © GigaSpaces.