public class Dubbo2CompactUtils extends Object
| Constructor and Description |
|---|
Dubbo2CompactUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getEchoServiceClass() |
static Class<?> |
getGenericServiceClass() |
static Class<? extends Annotation> |
getReferenceClass() |
static Class<? extends Annotation> |
getServiceClass() |
static boolean |
isEchoServiceClassLoaded() |
static boolean |
isEnabled() |
static boolean |
isGenericServiceClassLoaded() |
static boolean |
isReferenceClassLoaded() |
static boolean |
isServiceClassLoaded() |
static void |
setEnabled(boolean enabled) |
public static boolean isEnabled()
public static void setEnabled(boolean enabled)
public static boolean isReferenceClassLoaded()
public static Class<? extends Annotation> getReferenceClass()
public static boolean isServiceClassLoaded()
public static Class<? extends Annotation> getServiceClass()
public static boolean isEchoServiceClassLoaded()
public static Class<?> getEchoServiceClass()
public static boolean isGenericServiceClassLoaded()
public static Class<?> getGenericServiceClass()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.