类 ServiceAnnotationResolver


  • public class ServiceAnnotationResolver
    extends Object
    The resolver class for @Service
    从以下版本开始:
    2.7.6
    另请参阅:
    Service, Service
    • 字段详细资料

      • SERVICE_ANNOTATION_CLASSES

        public static List<Class<? extends Annotation>> SERVICE_ANNOTATION_CLASSES
        The annotation classes of Dubbo Service (read-only)
        从以下版本开始:
        2.7.9
    • 方法详细资料

      • resolveInterfaceClassName

        public String resolveInterfaceClassName()
        Resolve the class name of interface
        返回:
        if not found, return null
      • resolveVersion

        public String resolveVersion()
      • resolveGroup

        public String resolveGroup()
      • getServiceAnnotation

        public Annotation getServiceAnnotation()
      • getServiceType

        public Class<?> getServiceType()