Uses of Class
org.jvnet.hk2.config.DuckTyped

Uses of DuckTyped in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config with annotations of type DuckTyped
<T extends ConfigBeanProxy>
T
ConfigBeanProxy.createChild(java.lang.Class<T> type)
          Creates a child element of this configuration element
 ConfigBeanProxy ConfigBeanProxy.deepCopy(ConfigBeanProxy parent)
          Performs a deep copy of this configuration element and returns it.
 ConfigBeanProxy ConfigBeanProxy.getParent()
          Returns the parent element of this configuration element.
<T extends ConfigBeanProxy>
T
ConfigBeanProxy.getParent(java.lang.Class<T> type)
          Returns the typed parent element of this configuration element.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.