Class DelegatingMethod

All Implemented Interfaces:
Writable

public class DelegatingMethod extends MappingMethod
A method of a decorator which delegates to the corresponding method of the generated mapper implementation.
Author:
Gunnar Morling
  • Constructor Details

    • DelegatingMethod

      public DelegatingMethod(Method method)