接口 PropertyNameProcessor


public interface PropertyNameProcessor
Base interface for mutating property names of a Bean.
  • 方法详细资料

    • processPropertyName

      String processPropertyName(Class beanClass, String name)
      Processes the property name.
      参数:
      beanClass - the input bean's class
      name - the current property name
      返回:
      an updated property name