public class BaseMappedClass<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<T> |
mappedClass |
protected Map<String,PropertyDescriptor> |
mappedFields |
protected Set<String> |
mappedProperties |
Constructor and Description |
---|
BaseMappedClass() |
BaseMappedClass(Class<T> mappedClass) |
Modifier and Type | Method and Description |
---|---|
Class<T> |
getMappedClass()
Get the class that we are mapping to.
|
Map<String,PropertyDescriptor> |
getMappedFields() |
protected void |
initialize(Class<T> mappedClass) |
protected String |
lowerCaseName(String name) |
void |
setMappedClass(Class<T> mappedClass)
Set the class that each row should be mapped to.
|
protected String |
underscoreName(String name) |
protected Map<String,PropertyDescriptor> mappedFields
public void setMappedClass(Class<T> mappedClass)
public Map<String,PropertyDescriptor> getMappedFields()
Copyright © 2006–2018 TinyGroup. All rights reserved.