Package org.anchoranalysis.bean
Defining, loading, initializing Anchor Beans.
In contrast to convention, unlike other packages whose namespace includes .bean., not all public-classes in this package are anchor-beans.
-
Interface Summary Interface Description GenerateUniqueParameterization Objects that must implement well-definedequals()andhashCode()methods and also generate a name uniquely identifying the class and all parameterization.Provider<T> A class (usually anAnchorBean) that creates or otherwise supplies another object. -
Class Summary Class Description AnchorBean<F> The base class of all beans used in Anchor.BeanInstanceMap Maps aAnchorBeanfamily-type to a bean that belongs to the family.FieldAccessor Utilities to access aFieldof anAnchorBean.NamedBean<T extends AnchorBean<?>> A bean with an associated textual name.NullParametersBean<T> A base class for beans that require initialization but the initializations needs no parameters.OptionalProviderFactory