Package net.sf.json.processors
Interface PropertyNameProcessor
public interface PropertyNameProcessor
Base interface for mutating property names of a Bean.
- Author:
- Andres Almiray aalmiray@users.sourceforge.net
-
Method Summary
Modifier and TypeMethodDescriptionprocessPropertyName(Class beanClass, String name) Processes the property name.
-
Method Details
-
processPropertyName
Processes the property name.- Parameters:
beanClass- the input bean's classname- the current property name- Returns:
- an updated property name
-