|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResolverUtil | |
---|---|
org.apache.ibatis.io | TODO fillme. |
Uses of ResolverUtil in org.apache.ibatis.io |
---|
Methods in org.apache.ibatis.io that return ResolverUtil | |
---|---|
ResolverUtil<T> |
ResolverUtil.find(ResolverUtil.Test test,
String packageName)
Scans for classes starting at the package provided and descending into subpackages. |
ResolverUtil<T> |
ResolverUtil.findAnnotated(Class<? extends Annotation> annotation,
String... packageNames)
Attempts to discover classes that are annotated with the annotation. |
ResolverUtil<T> |
ResolverUtil.findImplementations(Class<?> parent,
String... packageNames)
Attempts to discover classes that are assignable to the type provided. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |