public final class MappingMethodUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isEnumMapping(Method method)
Checks if the provided
method is for enum mapping. |
public static boolean isEnumMapping(Method method)
method
is for enum mapping. A Method is an Enum Mapping method when the
method
- to checktrue
if the method is for enum mapping, false
otherwiseCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.