Package org.apache.dubbo.common.utils
Class ServiceAnnotationResolver
java.lang.Object
org.apache.dubbo.common.utils.ServiceAnnotationResolver
The resolver class for
@Service- Since:
- 2.7.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic List<Class<? extends Annotation>> The annotationclassesof Dubbo Service (read-only) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERVICE_ANNOTATION_CLASSES
The annotationclassesof Dubbo Service (read-only)- Since:
- 2.7.9
-
-
Constructor Details
-
ServiceAnnotationResolver
- Throws:
IllegalArgumentException
-
-
Method Details
-
resolveInterfaceClassName
Resolve the class name of interface- Returns:
- if not found, return
null
-
resolveVersion
-
resolveGroup
-
getServiceAnnotation
-
getServiceType
-