Interface FieldAccessor.FieldNameExtractor

    • Method Detail

      • resolve

        java.lang.String resolve​(MethodDescription methodDescription)
        Extracts a field name to be accessed by a getter or setter method.
        Parameters:
        methodDescription - The method for which a field name is to be determined.
        Returns:
        The name of the field to be accessed by this method.