public class FindAyncImplementation
extends java.lang.Object
| Constructor and Description |
|---|
FindAyncImplementation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getAsyncImplementation(java.lang.Class<?> apiClass)
It returns the async implementation of given class.
|
org.appops.core.ClassPathAnalyser |
getClassPathAnalyser(java.lang.String refPackage)
It returns the instance of
ClassPathAnalyser of given reference package. |
public java.lang.Class<?> getAsyncImplementation(java.lang.Class<?> apiClass)
apiClass - an api classpublic org.appops.core.ClassPathAnalyser getClassPathAnalyser(java.lang.String refPackage)
ClassPathAnalyser of given reference package.refPackage - reference package nameClassPathAnalyserCopyright © 2022. All rights reserved.