org.nutz.lang.born
类 EmptyArgsMethodBorning<T>

java.lang.Object
  继承者 org.nutz.lang.born.EmptyArgsMethodBorning<T>
所有已实现的接口:
Borning<T>

public class EmptyArgsMethodBorning<T>
extends java.lang.Object
implements Borning<T>


构造方法摘要
EmptyArgsMethodBorning(java.lang.reflect.Method method)
           
 
方法摘要
 T born(java.lang.Object[] args)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

EmptyArgsMethodBorning

public EmptyArgsMethodBorning(java.lang.reflect.Method method)
方法详细信息

born

public T born(java.lang.Object[] args)
指定者:
接口 Borning<T> 中的 born