Uses of Enum
org.apache.dubbo.common.extension.ExtensionScope
Packages that use ExtensionScope
-
Uses of ExtensionScope in org.apache.dubbo.common.extension
Methods in org.apache.dubbo.common.extension that return ExtensionScopeModifier and TypeMethodDescriptionstatic ExtensionScopeReturns the enum constant of this type with the specified name.static ExtensionScope[]ExtensionScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.dubbo.common.extension with parameters of type ExtensionScopeModifierConstructorDescriptionExtensionDirector(ExtensionDirector parent, ExtensionScope scope, ScopeModel scopeModel) -
Uses of ExtensionScope in org.apache.dubbo.rpc.model
Methods in org.apache.dubbo.rpc.model that return ExtensionScope