Uses of Class
org.anchoranalysis.bean.exception.BeanMisconfiguredException
| Package | Description |
|---|---|
| org.anchoranalysis.bean |
Defining, loading, initializing Anchor Beans.
|
| org.anchoranalysis.bean.initializable |
Initializing beans with particular parameters, including recursively.
|
| org.anchoranalysis.bean.permute.property |
Applying permutations to the properties of a bean.
|
-
Uses of BeanMisconfiguredException in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean that throw BeanMisconfiguredException Modifier and Type Method Description voidBeanInstanceMap. addFrom(List<NamedBean<?>> listNamedInstances)Populates from a list ofNamedBean.voidAnchorBean. checkMisconfigured(BeanInstanceMap defaultInstances)Checks that a bean's properties conform to expectations.static Optional<Object>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.voidAnchorBean. localise(Path path)Called 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 BeanMisconfiguredException Modifier and Type Method Description static 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 BeanMisconfiguredException Modifier and Type Method Description voidSequenceInteger. checkMisconfigured(BeanInstanceMap defaultInstances)