Uses of Class
org.anchoranalysis.bean.BeanInstanceMap
| Package | Description |
|---|---|
| org.anchoranalysis.bean |
Defining, loading, initializing Anchor Beans.
|
| org.anchoranalysis.bean.permute.property |
Applying permutations to the properties of a bean.
|
| org.anchoranalysis.bean.xml |
Reading Beans from XML files.
|
| org.anchoranalysis.bean.xml.factory |
Custom factories for loading beans in custom ways from XML.
|
-
Uses of BeanInstanceMap in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean with parameters of type BeanInstanceMap Modifier and Type Method Description voidBeanInstanceMap. addFrom(BeanInstanceMap other)Populates the entries from another BeanInstanceMapvoidAnchorBean. checkMisconfigured(BeanInstanceMap defaultInstances)Checks that a bean's properties conform to expectations. -
Uses of BeanInstanceMap in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property with parameters of type BeanInstanceMap Modifier and Type Method Description voidSequenceInteger. checkMisconfigured(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml that return BeanInstanceMap Modifier and Type Method Description static BeanInstanceMapRegisterBeanFactories. getDefaultInstances()Default instances of different family-types of beans. -
Uses of BeanInstanceMap in org.anchoranalysis.bean.xml.factory
Methods in org.anchoranalysis.bean.xml.factory that return BeanInstanceMap Modifier and Type Method Description BeanInstanceMapAnchorDefaultBeanFactory. getDefaultInstances()Default bean-classes to use for particular family types of beans.Constructors in org.anchoranalysis.bean.xml.factory with parameters of type BeanInstanceMap Constructor Description AnchorDefaultBeanFactory(BeanInstanceMap defaultInstances)ReplacePropertyBeanFactory(BeanInstanceMap defaultInstances)