|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |