Uses of Class
org.apache.ibatis.io.ResolverUtil
-
Packages that use ResolverUtil Package Description org.apache.ibatis.io Utilities to read resources. -
-
Uses of ResolverUtil in org.apache.ibatis.io
Methods in org.apache.ibatis.io that return ResolverUtil Modifier and Type Method Description ResolverUtil<T>
ResolverUtil. find(ResolverUtil.Test test, java.lang.String packageName)
Scans for classes starting at the package provided and descending into subpackages.ResolverUtil<T>
ResolverUtil. findAnnotated(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.String... packageNames)
Attempts to discover classes that are annotated with the annotation.ResolverUtil<T>
ResolverUtil. findImplementations(java.lang.Class<?> parent, java.lang.String... packageNames)
Attempts to discover classes that are assignable to the type provided.
-