public class AutoEnumMapperMetadata extends AbstractMapperMetadata
sourceClassName| Constructor and Description |
|---|
AutoEnumMapperMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGetter() |
com.squareup.javapoet.TypeName |
getReturnType() |
String |
mapperName() |
void |
setGetter(String getter) |
void |
setReturnType(com.squareup.javapoet.TypeName returnType) |
String |
toEnumMethodName() |
String |
toValueMethodName() |
getSourceClassName, mapperClass, mapperPackage, setSourceClassNamepublic com.squareup.javapoet.TypeName getReturnType()
public void setReturnType(com.squareup.javapoet.TypeName returnType)
public String getGetter()
public void setGetter(String getter)
public String mapperName()
mapperName in class AbstractMapperMetadatapublic String toEnumMethodName()
public String toValueMethodName()
Copyright © 2023. All rights reserved.