Uses of Class
org.anchoranalysis.bean.BeanInstanceMap
Packages that use BeanInstanceMap
Package
Description
Defining, loading, initializing Anchor Beans.
Applying permutations to the properties of a bean.
Reading Beans from XML files.
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 BeanInstanceMapModifier and TypeMethodDescriptionvoidBeanInstanceMap.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 BeanInstanceMapModifier and TypeMethodDescriptionvoidSequenceInteger.checkMisconfigured(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml that return BeanInstanceMapModifier and TypeMethodDescriptionstatic 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 BeanInstanceMapModifier and TypeMethodDescriptionAnchorDefaultBeanFactory.getDefaultInstances()Default bean-classes to use for particular family types of beans.Constructors in org.anchoranalysis.bean.xml.factory with parameters of type BeanInstanceMapModifierConstructorDescriptionAnchorDefaultBeanFactory(BeanInstanceMap defaultInstances) Creates a newAnchorDefaultBeanFactoryinstance.ReplacePropertyBeanFactory(BeanInstanceMap defaultInstances) Creates a newReplacePropertyBeanFactoryinstance.