| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends Annotation>> |
SERVICE_ANNOTATION_CLASSES
The annotation
classes of Dubbo Service (read-only) |
| Constructor and Description |
|---|
ServiceAnnotationResolver(Class<?> serviceType) |
| Modifier and Type | Method and Description |
|---|---|
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
IllegalArgumentExceptionpublic String resolveInterfaceClassName()
nullpublic String resolveVersion()
public String resolveGroup()
public Annotation getServiceAnnotation()
public Class<?> getServiceType()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.