shouldGenerateStaticMethod function
Implementation
bool shouldGenerateStaticMethod(MethodElement method) {
return !MapperConfig.isIgnoreMapping(method);
}
bool shouldGenerateStaticMethod(MethodElement method) {
return !MapperConfig.isIgnoreMapping(method);
}