次の方法で共有


ServiceCodeBuilder クラス

public class ServiceCodeBuilder extends CodeBuilderBase

サービス プロキシ オブジェクトとメソッド ディスパッチャー オブジェクトを作成するために使用されます。 内部使用のみ。

コンストラクターの概要

コンストラクター 説明
ServiceCodeBuilder()

メソッドの概要

修飾子と型 メソッドと説明
MethodBodyTypesBuildResult buildMethodBodyTypes(Class<?> interfaceType)
MethodDispatcherBuildResult buildMethodDispatcher(Class<?> interfaceType)
ProxyGeneratorBuildResult buildProxyGenerator(Class<?> interfaceType)
ServiceMethodDispatcherBase getOrCreateMethodDispatcher(Class<?> serviceInterfaceType)
ServiceProxyGenerator getOrCreateProxyGenerator(Class<?> serviceInterfaceType)

継承メンバー

コンストラクターの詳細

ServiceCodeBuilder

protected ServiceCodeBuilder()

メソッドの詳細

buildMethodBodyTypes

protected MethodBodyTypesBuildResult buildMethodBodyTypes(Class interfaceType)

パラメーター:

interfaceType

buildMethodDispatcher

protected MethodDispatcherBuildResult buildMethodDispatcher(Class interfaceType)

パラメーター:

interfaceType

buildProxyGenerator

protected ProxyGeneratorBuildResult buildProxyGenerator(Class interfaceType)

パラメーター:

interfaceType

getOrCreateMethodDispatcher

public static ServiceMethodDispatcherBase getOrCreateMethodDispatcher(Class serviceInterfaceType)

パラメーター:

serviceInterfaceType

getOrCreateProxyGenerator

public static ServiceProxyGenerator getOrCreateProxyGenerator(Class serviceInterfaceType)

パラメーター:

serviceInterfaceType

適用対象