Uses of Class
org.anchoranalysis.bean.NamedBean
| Package | Description |
|---|---|
| org.anchoranalysis.bean |
Defining, loading, initializing Anchor Beans.
|
| org.anchoranalysis.bean.define |
Define and related-classes. |
-
Uses of NamedBean in org.anchoranalysis.bean
-
Uses of NamedBean in org.anchoranalysis.bean.define
Methods in org.anchoranalysis.bean.define that return types with arguments of type NamedBean Modifier and Type Method Description <T extends AnchorBean<?>>
List<NamedBean<T>>Define. listFor(Class<?> groupingRoot)Retrieves the list of elements associated with a grouping-root.Methods in org.anchoranalysis.bean.define with parameters of type NamedBean Modifier and Type Method Description voidDefine. add(NamedBean<?> bean)Adds a named-bean to our definitions, using the {#link GroupingRoot} annotation to determine a group where definitions are stored.Method parameters in org.anchoranalysis.bean.define with type arguments of type NamedBean Modifier and Type Method Description <T extends AnchorBean<?>>
voidDefine. addAll(List<NamedBean<T>> list)Adds all the named-beans from source to the current map.