-
public interface ServiceProxyService base interface. Automatically implemented by all classes marked with @Service annotation- Author:
- Vladlen Larionov
-
-
Field Summary
Fields Modifier and Type Field Description static StringGET_SUPER_CLASS_METHODstatic StringPROXY_CLASS_SUFFIXstatic StringSERVICE_CLASS_SUFFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getSuperClass()Returns base service class (i.e. class on which this adapter is based)
-
-
-
Field Detail
-
SERVICE_CLASS_SUFFIX
static final String SERVICE_CLASS_SUFFIX
- See Also:
- Constant Field Values
-
PROXY_CLASS_SUFFIX
static final String PROXY_CLASS_SUFFIX
- See Also:
- Constant Field Values
-
GET_SUPER_CLASS_METHOD
static final String GET_SUPER_CLASS_METHOD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSuperClass
Class<?> getSuperClass()
Returns base service class (i.e. class on which this adapter is based)- Returns:
-
-