Interface MethodDefinedOperationNameGenerator
-
- All Implemented Interfaces:
public interface MethodDefinedOperationNameGeneratorDefine names for operations defined in methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMethodDefinedOperationNameGenerator.Companion
-
Method Summary
Modifier and Type Method Description abstract StringgenerateName(Object instance, String name)Generate a qualified name to avoid name clashes. -
-
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 readingname- The name of the method or property for which we should generate a method
-
-
-
-