Package | Description |
---|---|
org.apache.ibatis.io |
Utilities to read resources.
|
Modifier and Type | Class and Description |
---|---|
static class |
ResolverUtil.AnnotatedWith
A Test that checks to see if each class is annotated with a specific annotation.
|
static class |
ResolverUtil.IsA
A Test that checks to see if each class is assignable to the provided class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResolverUtil.addIfMatching(ResolverUtil.Test test,
String fqn)
Add the class designated by the fully qualified class name provided to the set of
resolved classes if and only if it is approved by the Test supplied.
|
ResolverUtil<T> |
ResolverUtil.find(ResolverUtil.Test test,
String packageName)
Scans for classes starting at the package provided and descending into subpackages.
|
Copyright © 2010–2015 MyBatis.org. All rights reserved.