Class MappingResolverImpl.MethodMethod<T1 extends Method,​T2 extends Method>

  • Enclosing class:
    MappingResolverImpl

    private static class MappingResolverImpl.MethodMethod<T1 extends Method,​T2 extends Method>
    extends java.lang.Object
    Suppose mapping required from A to C and:
    • no direct referenced mapping method either built-in or referenced is available from A to C
    • no conversion is available
    • there is a method from A to B, methodX
    • there is a method from B to C, methodY
    then this method tries to resolve this combination and make a mapping methodY( methodX ( parameter ) ) NOTE method X cannot be an update method