Uses of Class
org.apache.ibatis.io.ResolverUtil
-
Uses of ResolverUtil in org.apache.ibatis.io
Modifier and TypeMethodDescriptionResolverUtil.find
(ResolverUtil.Test test, String packageName) Scans for classes starting at the package provided and descending into subpackages.ResolverUtil.findAnnotated
(Class<? extends Annotation> annotation, String... packageNames) Attempts to discover classes that are annotated with the annotation.ResolverUtil.findImplementations
(Class<?> parent, String... packageNames) Attempts to discover classes that are assignable to the type provided.