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

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

public static class MethodMapper.Create<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.Create(Method method)
           
 
Method Summary
 Object invoke(C context, 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.Create

public MethodMapper.Create(Method method)
Method Detail

invoke

public Object invoke(C context,
                     Object[] args)
Overrides:
invoke in class MethodMapper<C extends ObjectContext>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.