Package net.sf.json.processors
Interface PropertyNameProcessor
-
public interface PropertyNameProcessor
Base interface for mutating property names of a Bean.- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
processPropertyName(Class beanClass, String name)
Processes the property name.
-