org.nutz.lang.born
类 BornContext<T>
java.lang.Object
org.nutz.lang.born.BornContext<T>
public class BornContext<T>
- extends java.lang.Object
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BornContext
public BornContext()
getBorning
public Borning<T> getBorning()
setBorning
public BornContext<T> setBorning(Borning<T> borning)
getArgs
public java.lang.Object[] getArgs()
setArgs
public BornContext<T> setArgs(java.lang.Object[] args)
getMatchType
public MatchType getMatchType()
setMatchType
public void setMatchType(MatchType matchType)
getLackArg
public java.lang.Object getLackArg()
setLackArg
public void setLackArg(java.lang.Object lackArg)
getCastType
public java.lang.Class<?>[] getCastType()
setCastType
public void setCastType(java.lang.Class<?>[] castType)
doBorn
public T doBorn()