public class EnumMappersWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENUM |
| Constructor and Description |
|---|
EnumMappersWrapper(EnumMappersWrapper parent,
List<AnnotationWrapper> enums,
Element reportElement) |
EnumMappersWrapper(List<AnnotationWrapper> annotationWrappers,
MapperGeneratorContext context,
Element reportElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildForMethod(MethodWrapper methodWrapper) |
MappingBuilder |
get(InOutType inOutType) |
void |
reportUnused() |
public static final String DEFAULT_ENUM
public EnumMappersWrapper(List<AnnotationWrapper> annotationWrappers, MapperGeneratorContext context, Element reportElement)
public EnumMappersWrapper(EnumMappersWrapper parent, List<AnnotationWrapper> enums, Element reportElement)
public void buildForMethod(MethodWrapper methodWrapper)
public MappingBuilder get(InOutType inOutType)
public void reportUnused()
Copyright © 2017. All Rights Reserved.