org.chromattic.core.mapper
Class MethodMapper.FindById<C extends ObjectContext>

java.lang.Object
  extended by org.chromattic.core.mapper.MethodMapper<C>
      extended by org.chromattic.core.mapper.MethodMapper.FindById<C>
All Implemented Interfaces:
MethodInvoker<C>
Enclosing class:
MethodMapper<C extends ObjectContext>

public static class MethodMapper.FindById<C extends ObjectContext>
extends MethodMapper<C>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.chromattic.core.mapper.MethodMapper
MethodMapper.Create<C extends ObjectContext>, MethodMapper.Destroy, MethodMapper.FindById<C extends ObjectContext>
 
Constructor Summary
MethodMapper.FindById(java.lang.reflect.Method method, org.reflext.api.ClassTypeInfo type)
           
 
Method Summary
 java.lang.Object invoke(C context, java.lang.Object[] args)
           
 
Methods inherited from class org.chromattic.core.mapper.MethodMapper
getMethod, invoke, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodMapper.FindById

public MethodMapper.FindById(java.lang.reflect.Method method,
                             org.reflext.api.ClassTypeInfo type)
                      throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException
Method Detail

invoke

public java.lang.Object invoke(C context,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Overrides:
invoke in class MethodMapper<C extends ObjectContext>
Throws:
java.lang.Throwable


Copyright © 2010 eXo Platform SAS. All Rights Reserved.