Uses of Interface
org.jeasy.random.api.RandomizerContext
-
Packages that use RandomizerContext Package Description org.jeasy.random Core implementation of Easy Random.org.jeasy.random.api Public API. -
-
Uses of RandomizerContext in org.jeasy.random
Methods in org.jeasy.random with parameters of type RandomizerContext Modifier and Type Method Description <T> TObjenesisObjectFactory. createInstance(java.lang.Class<T> type, RandomizerContext context)booleanDefaultExclusionPolicy. shouldBeExcluded(java.lang.Class<?> type, RandomizerContext context)Given the current randomization context, should the type be excluded from being populated ?booleanDefaultExclusionPolicy. shouldBeExcluded(java.lang.reflect.Field field, RandomizerContext context)Given the current randomization context, should the field be excluded from being populated ? -
Uses of RandomizerContext in org.jeasy.random.api
Methods in org.jeasy.random.api with parameters of type RandomizerContext Modifier and Type Method Description <T> TObjectFactory. createInstance(java.lang.Class<T> type, RandomizerContext context)Create a new instance oftypein the given randomization context.default Randomizer<?>RandomizerProvider. getRandomizerByField(java.lang.reflect.Field field, RandomizerContext context)Return a randomizer for the given field in the current context.default <T> Randomizer<T>RandomizerProvider. getRandomizerByType(java.lang.Class<T> type, RandomizerContext context)Return a randomizer for the given type in the current context.voidContextAwareRandomizer. setRandomizerContext(RandomizerContext context)booleanExclusionPolicy. shouldBeExcluded(java.lang.Class<?> type, RandomizerContext context)Given the current randomization context, should the type be excluded from being randomized?booleanExclusionPolicy. shouldBeExcluded(java.lang.reflect.Field field, RandomizerContext context)Given the current randomization context, should the field be excluded from being randomized?
-