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

Packages that use DuckTyped
org.jvnet.hk2.config   
org.jvnet.hk2.config.types   
 

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(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(Class<T> type)
          Returns the typed parent element of this configuration element.
 

Uses of DuckTyped in org.jvnet.hk2.config.types
 

Methods in org.jvnet.hk2.config.types with annotations of type DuckTyped
 Property PropertyBag.getProperty(String name)
           
 String PropertyBag.getPropertyValue(String name)
          Returns a property value if the bean has properties and one of its properties name is equal to the one passed.
 String PropertyBag.getPropertyValue(String name, String defaultValue)
          Returns a property value if the bean has properties and one of its properties name is equal to the one passed.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.