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 Detail

      • DelegatingMethod

        public DelegatingMethod​(Method method)