Uses of Class
org.anchoranalysis.bean.permute.assign.AssignPermutationException
| Package | Description |
|---|---|
| org.anchoranalysis.bean.permute.assign |
Imposes a permutation value on one or more properties of a bean.
|
| org.anchoranalysis.bean.permute.property |
Applying permutations to the properties of a bean.
|
-
Uses of AssignPermutationException in org.anchoranalysis.bean.permute.assign
Methods in org.anchoranalysis.bean.permute.assign that throw AssignPermutationException Modifier and Type Method Description voidPermutationAssigner. assignValue(AnchorBean<?> bean, Object value)Assignsvalueto one or more properties inbean.static PermutationAssignerPermutationAssignerFactory. createForSingle(AnchorBean<?> bean, String propertyPath)Creates an assigner for one or more properties, as identified bypropertyPath. -
Uses of AssignPermutationException in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that throw AssignPermutationException Modifier and Type Method Description PermutationAssignerPermuteProperty. createSetter(AnchorBean<?> bean)Creates aPermutationAssignerwhich allows the particular property to be changed.