Uses of Class
org.anchoranalysis.bean.permute.assign.AssignPermutationException
Packages that use AssignPermutationException
Package
Description
Imposes a permutation value on one or more properties of a bean.
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 AssignPermutationExceptionModifier and TypeMethodDescriptionvoid
PermutationAssigner.assignValue
(AnchorBean<?> bean, Object value) Assignsvalue
to one or more properties inbean
.static PermutationAssigner
PermutationAssignerFactory.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 AssignPermutationExceptionModifier and TypeMethodDescriptionPermuteProperty.createSetter
(AnchorBean<?> bean) Creates aPermutationAssigner
which allows the particular property to be changed.