public class AdapterEnumMethodMetadata extends AbstractAdapterMethodMetadata
mapper, source| Constructor and Description |
|---|
AdapterEnumMethodMetadata(com.squareup.javapoet.TypeName source,
com.squareup.javapoet.ClassName mapper,
String proxyTargetMethodName,
com.squareup.javapoet.TypeName returnType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMapperMethodName() |
String |
getMethodName() |
com.squareup.javapoet.TypeName |
getReturn() |
boolean |
isStatic() |
getMapper, getSourcepublic AdapterEnumMethodMetadata(com.squareup.javapoet.TypeName source,
com.squareup.javapoet.ClassName mapper,
String proxyTargetMethodName,
com.squareup.javapoet.TypeName returnType)
public String getMethodName()
getMethodName in class AbstractAdapterMethodMetadatapublic com.squareup.javapoet.TypeName getReturn()
getReturn in class AbstractAdapterMethodMetadatapublic String getMapperMethodName()
getMapperMethodName in class AbstractAdapterMethodMetadatapublic boolean isStatic()
isStatic in class AbstractAdapterMethodMetadataCopyright © 2023. All rights reserved.