org.nutz.ioc
类 IocMaking

java.lang.Object
  继承者 org.nutz.ioc.IocMaking

public class IocMaking
extends java.lang.Object


构造方法摘要
IocMaking(Ioc ioc, MirrorFactory mirrors, IocContext context, ObjectMaker maker, java.util.List<ValueProxyMaker> vpms, java.lang.String objName)
           
 
方法摘要
 IocMaking clone(java.lang.String objectName)
           
 IocContext getContext()
           
 Ioc getIoc()
           
 MirrorFactory getMirrors()
           
 ObjectMaker getObjectMaker()
           
 java.lang.String getObjectName()
           
 ValueProxy makeValue(IocValue iv)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

IocMaking

public IocMaking(Ioc ioc,
                 MirrorFactory mirrors,
                 IocContext context,
                 ObjectMaker maker,
                 java.util.List<ValueProxyMaker> vpms,
                 java.lang.String objName)
方法详细信息

getIoc

public Ioc getIoc()

getContext

public IocContext getContext()

getObjectName

public java.lang.String getObjectName()

getObjectMaker

public ObjectMaker getObjectMaker()

getMirrors

public MirrorFactory getMirrors()

clone

public IocMaking clone(java.lang.String objectName)

makeValue

public ValueProxy makeValue(IocValue iv)