Uses of Interface
org.jeasy.random.api.ObjectFactory
-
Packages that use ObjectFactory Package Description org.jeasy.random Core implementation of Easy Random. -
-
Uses of ObjectFactory in org.jeasy.random
Classes in org.jeasy.random that implement ObjectFactory Modifier and Type Class Description classObjenesisObjectFactoryObjenesis based factory to create "fancy" objects: immutable java beans, generic types, abstract and interface types.Methods in org.jeasy.random that return ObjectFactory Modifier and Type Method Description ObjectFactoryEasyRandomParameters. getObjectFactory()Methods in org.jeasy.random with parameters of type ObjectFactory Modifier and Type Method Description EasyRandomParametersEasyRandomParameters. objectFactory(ObjectFactory objectFactory)Provide a custom object factory.voidEasyRandomParameters. setObjectFactory(ObjectFactory objectFactory)
-