Package me.ehp246.aufjms.api.endpoint
Interface ResolvedInstanceType
public interface ResolvedInstanceType
- Author:
- Lei Yang
-
Method Summary
Modifier and Type Method Description java.lang.Class<?>getInstanceType()InvocationModelgetInvocationModel()java.lang.reflect.MethodgetMethod()InstanceScopegetScope()
-
Method Details
-
getInstanceType
java.lang.Class<?> getInstanceType() -
getMethod
java.lang.reflect.Method getMethod() -
getScope
InstanceScope getScope() -
getInvocationModel
InvocationModel getInvocationModel()
-