Uses of Class
org.anchoranalysis.bean.exception.BeanMisconfiguredException
Packages that use BeanMisconfiguredException
Package
Description
Defining, loading, initializing Anchor Beans.
Initializing beans with particular parameters, including recursively.
Applying permutations to the properties of a bean.
-
Uses of BeanMisconfiguredException in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoidPopulates from a list ofNamedBean.voidAnchorBean.checkMisconfigured(BeanInstanceMap defaultInstances) Checks that a bean's properties conform to expectations.FieldAccessor.fieldFromBean(AnchorBean<?> bean, Field field) Retrieves the value of aFieldfrom aAnchorBean.<T extends AnchorBean<?>>
List<T> AnchorBean.findFieldsOfClass(Class<?> match) Finds all bean-fields that are instances of a certain class.voidCalled once after the bean is created, localising the bean to a path on the filesystem. -
Uses of BeanMisconfiguredException in org.anchoranalysis.bean.initializable
Methods in org.anchoranalysis.bean.initializable that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionstatic voidCheckMisconfigured.atLeastOne(String property1Name, String property2Name, boolean property1Defined, boolean property2Defined) Checks that one of two properties is defined, or both.static voidCheckMisconfigured.oneOnly(String property1Name, String property2Name, boolean property1Defined, boolean property2Defined) Checks that one of two properties is defined, but not both simultaneously. -
Uses of BeanMisconfiguredException in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that throw BeanMisconfiguredExceptionModifier and TypeMethodDescriptionvoidSequenceInteger.checkMisconfigured(BeanInstanceMap defaultInstances)