Interface PropertyNameProcessor


public interface PropertyNameProcessor
Base interface for mutating property names of a Bean.
  • Method Summary

    Modifier and Type
    Method
    Description
    processPropertyName(Class beanClass, String name)
    Processes the property name.
  • Method Details

    • processPropertyName

      String processPropertyName(Class beanClass, String name)
      Processes the property name.
      Parameters:
      beanClass - the input bean's class
      name - the current property name
      Returns:
      an updated property name