Class ApiNamespaceAnnotationConfig
- java.lang.Object
-
- com.google.api.server.spi.config.annotationreader.ApiNamespaceAnnotationConfig
-
public class ApiNamespaceAnnotationConfig extends Object
Middle layer which translatesApiNamespaceannotations into annotation agnosticApiNamespaceConfig.
-
-
Constructor Summary
Constructors Constructor Description ApiNamespaceAnnotationConfig(ApiNamespaceConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiNamespaceConfiggetConfig()voidsetOwnerDomainIfNotEmpty(String ownerDomain)voidsetOwnerNameIfNotEmpty(String ownerName)voidsetPackagePathIfNotEmpty(String packagePath)
-
-
-
Constructor Detail
-
ApiNamespaceAnnotationConfig
public ApiNamespaceAnnotationConfig(ApiNamespaceConfig config)
-
-
Method Detail
-
getConfig
public ApiNamespaceConfig getConfig()
-
setOwnerDomainIfNotEmpty
public void setOwnerDomainIfNotEmpty(String ownerDomain)
-
setOwnerNameIfNotEmpty
public void setOwnerNameIfNotEmpty(String ownerName)
-
setPackagePathIfNotEmpty
public void setPackagePathIfNotEmpty(String packagePath)
-
-