|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.beesting.beangenerator.locators.MethodClassLocator
public class MethodClassLocator
This class locator tries to find a classes by method name. It will parse the name of a given
method and try to find a class that that matches it. For example is the method is named
findCatsByIds it will try to load a class named Cat. Finding the classes is the work of the
AbstractClassPathResolver
| Constructor Summary | |
|---|---|
MethodClassLocator()
|
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
findClass(org.aopalliance.intercept.MethodInvocation invocation)
|
void |
setClassResolverDelegate(AbstractClassPathResolver classResolverDelegate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodClassLocator()
| Method Detail |
|---|
public java.lang.Class<?> findClass(org.aopalliance.intercept.MethodInvocation invocation)
findClass in interface ClassLocatorpublic void setClassResolverDelegate(AbstractClassPathResolver classResolverDelegate)
classResolverDelegate - the classResolverDelegate to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||