| 限定符和类型 | 字段和说明 |
|---|---|
static List<Class<? extends Annotation>> |
SERVICE_ANNOTATION_CLASSES
The annotation
classes of Dubbo Service (read-only) |
| 构造器和说明 |
|---|
ServiceAnnotationResolver(Class<?> serviceType) |
| 限定符和类型 | 方法和说明 |
|---|---|
Annotation |
getServiceAnnotation() |
Class<?> |
getServiceType() |
String |
resolveGroup() |
String |
resolveInterfaceClassName()
Resolve the class name of interface
|
String |
resolveVersion() |
public static List<Class<? extends Annotation>> SERVICE_ANNOTATION_CLASSES
classes of Dubbo Service (read-only)public ServiceAnnotationResolver(Class<?> serviceType) throws IllegalArgumentException
public String resolveInterfaceClassName()
nullpublic String resolveVersion()
public String resolveGroup()
public Annotation getServiceAnnotation()
public Class<?> getServiceType()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.