Uses of Interface
org.jeasy.random.api.ExclusionPolicy
-
Packages that use ExclusionPolicy Package Description org.jeasy.random Core implementation of Easy Random. -
-
Uses of ExclusionPolicy in org.jeasy.random
Classes in org.jeasy.random that implement ExclusionPolicy Modifier and Type Class Description classDefaultExclusionPolicyComponent that encapsulates the logic of field/type exclusion in a given randomization context.Methods in org.jeasy.random that return ExclusionPolicy Modifier and Type Method Description ExclusionPolicyEasyRandomParameters. getExclusionPolicy()Methods in org.jeasy.random with parameters of type ExclusionPolicy Modifier and Type Method Description EasyRandomParametersEasyRandomParameters. exclusionPolicy(ExclusionPolicy exclusionPolicy)Provide a custom exclusion policy.voidEasyRandomParameters. setExclusionPolicy(ExclusionPolicy exclusionPolicy)
-