Interface MethodDefinedOperationNameGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String generateName(Object instance, String name) Generate a qualified name to avoid name clashes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • generateName

         abstract String generateName(Object instance, String name)

        Generate a qualified name to avoid name clashes.

        Parameters:
        instance - The instance of the class we are reading
        name - The name of the method or property for which we should generate a method