net.sf.json.processors
Interface PropertyNameProcessor


public interface PropertyNameProcessor

Base interface for mutating property names of a Bean.

Author:
Andres Almiray

Method Summary
 java.lang.String processPropertyName(java.lang.Class beanClass, java.lang.String name)
          Processes the property name.
 

Method Detail

processPropertyName

java.lang.String processPropertyName(java.lang.Class beanClass,
                                     java.lang.String name)
Processes the property name.

Parameters:
beanClass - the input bean's class
name - the current property name
Returns:
an updated property name


Copyright © 2006-2011 Json-lib. All Rights Reserved.