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 java.lang.String
processPropertyName(java.lang.Class beanClass, java.lang.String name)
Processes the property name.
-