CodeBuilder Interface
public interface CodeBuilder
Base interface for Actor and Services code builder singleton classes.
Method Summary
Modifier and Type | Method and Description |
---|---|
CodeBuilderNames |
getNames()
Get code builder names. |
MethodBodyTypesBuildResult |
getOrBuildMethodBodyTypes(Class<?> interfaceType)
Get or Build method body type. |
Method |
getOrBuildMethodDispatcher(Class<?> interfaceType)
Get or Build Method Dispatcher. |
Proxy |
getOrBuildProxyGenerator(Class<?> interfaceType)
Get or build the proxy generator. |
Method Details
getNames
public CodeBuilderNames getNames()
Get code builder names.
Returns:
getOrBuildMethodBodyTypes
public MethodBodyTypesBuildResult getOrBuildMethodBodyTypes(Class interfaceType)
Get or Build method body type.
Parameters:
Returns:
getOrBuildMethodDispatcher
public MethodDispatcherBuildResult getOrBuildMethodDispatcher(Class interfaceType)
Get or Build Method Dispatcher.
Parameters:
Returns:
getOrBuildProxyGenerator
public ProxyGeneratorBuildResult getOrBuildProxyGenerator(Class interfaceType)
Get or build the proxy generator.
Parameters:
Returns:
Applies to
Azure SDK for Java