• Parameters

    • $interface: null | InterfaceType = null
    • methodName: null | string = null
    • getterType: null | string = null
    • defaultMethodStr: null | string = null

    Returns {
        $mapClass: undefined;
        contains: string;
        get: undefined;
        put: string;
    } | {
        $mapClass: Class;
        contains: string;
        get: ((param: string) => string);
        put: string;
    }