public class FieldPropertyExtractor extends java.lang.Object implements PropertyExtractor
PropertyExtractor
which always retrieves property types and names
from the entity field if it has getters and setters.PropertyExtractor.PropertyInfo
Constructor and Description |
---|
FieldPropertyExtractor() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,PropertyWrapper> |
extractProperties(java.lang.Class<?> clazz) |
public java.util.Map<java.lang.String,PropertyWrapper> extractProperties(java.lang.Class<?> clazz)
extractProperties
in interface PropertyExtractor