public abstract class AbstractSearchResponseMessageProxyGenerator extends AbstractMessageProxyGenerator
GENERATED_PACKAGE_NAME, MESSAGE_PROXY_PACKAGE_NAME, MIN_VERSION_FOR_CHANGE_EVENT, MIN_VERSION_FOR_CUSTOMER_USER_ACCESS, MIN_VERSION_FOR_FEED_PLACES_LOCATION_DATA_EMAIL| Constructor and Description |
|---|
AbstractSearchResponseMessageProxyGenerator(Set<Integer> versions,
Messager messager,
Filer filer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generate(com.squareup.javapoet.TypeSpec.Builder typeBuilder,
int version,
com.squareup.javapoet.ClassName proxiedClassName,
com.squareup.javapoet.ClassName proxiedBuilderClassName)
Generates the class content (methods etc.) required for the proxy implementation.
|
protected com.squareup.javapoet.ClassName |
getProxyInterfaceRawName()
Gets the name of the super interface that the generated proxy should implement.
|
generate, generateStringSetter, generateStringSetter, getProxiedClassName, getProxyInterfaceParameterizedName, getResourcesPackage, getServicesPackageprotected com.squareup.javapoet.ClassName getProxyInterfaceRawName()
AbstractMessageProxyGeneratorgetProxyInterfaceRawName in class AbstractMessageProxyGeneratorprotected void generate(com.squareup.javapoet.TypeSpec.Builder typeBuilder,
int version,
com.squareup.javapoet.ClassName proxiedClassName,
com.squareup.javapoet.ClassName proxiedBuilderClassName)
AbstractMessageProxyGeneratorgenerate in class AbstractMessageProxyGeneratorCopyright © 2020. All rights reserved.