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
source parameter and result type are enum types.method - to checktrue if the method is for enum mapping, false otherwiseCopyright © 2012–2017. All rights reserved.