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