Class ServiceBeanNameBuilder
java.lang.Object
org.apache.dubbo.config.spring.beans.factory.annotation.ServiceBeanNameBuilder
Dubbo
@Service Bean Builder- Since:
- 2.6.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()static ServiceBeanNameBuilderstatic ServiceBeanNameBuilderstatic ServiceBeanNameBuildercreate(org.apache.dubbo.config.annotation.Reference reference, Class<?> interfaceClass, org.springframework.core.env.Environment environment) static ServiceBeanNameBuildercreate(org.apache.dubbo.config.annotation.Service service, Class<?> interfaceClass, org.springframework.core.env.Environment environment) static ServiceBeanNameBuildercreate(org.springframework.core.annotation.AnnotationAttributes attributes, Class<?> defaultInterfaceClass, org.springframework.core.env.Environment environment)
-
Method Details
-
create
public static ServiceBeanNameBuilder create(org.springframework.core.annotation.AnnotationAttributes attributes, Class<?> defaultInterfaceClass, org.springframework.core.env.Environment environment) - Parameters:
attributes-defaultInterfaceClass-environment-- Returns:
- Since:
- 2.7.3
-
create
public static ServiceBeanNameBuilder create(Class<?> interfaceClass, org.springframework.core.env.Environment environment) -
create
public static ServiceBeanNameBuilder create(String interfaceClass, org.springframework.core.env.Environment environment) -
create
public static ServiceBeanNameBuilder create(org.apache.dubbo.config.annotation.Service service, Class<?> interfaceClass, org.springframework.core.env.Environment environment) -
create
public static ServiceBeanNameBuilder create(org.apache.dubbo.config.annotation.Reference reference, Class<?> interfaceClass, org.springframework.core.env.Environment environment) -
group
-
version
-
build
-