Parameters
- interfaceJp: null | InterfaceType = null
- methodName: null | string = null
- getterType: null | string = null
- defaultMethodStr: null | string = null
Returns {
$mapClass: Class | undefined;
contains: string;
get: ((param: string) => string) | undefined;
put: string;
}
An object containing the mapping class and related methods.
$mapClass: Class | undefined
contains: string
get: ((param: string) => string) | undefined
put: string
Generates a new functional method caller.