Uses of Class
com.java.pojo.api.ConstructorParameters
Packages that use ConstructorParameters
Package
Description
-
Uses of ConstructorParameters in com.java.pojo.api.assertion
Methods in com.java.pojo.api.assertion with parameters of type ConstructorParametersModifier and TypeMethodDescriptionAbstractAssertion.create(Class<?> clazz, ConstructorParameters constructorParameters) Indicates, that class should be constructed using given constructor parameters.AbstractAssertion.create(String qualifiedClassName, ConstructorParameters constructorParameters) Indicates, that class should be constructed using given constructor parameters. -
Uses of ConstructorParameters in com.java.pojo.internal.instantiator
Constructor parameters in com.java.pojo.internal.instantiator with type arguments of type ConstructorParametersModifierConstructorDescriptionObjectGenerator(AbstractFieldValueChanger abstractFieldValueChanger, org.apache.commons.collections4.MultiValuedMap<Class<?>, ConstructorParameters> constructorParameters, Permutator permutator) -
Uses of ConstructorParameters in com.java.pojo.internal.tester
Methods in com.java.pojo.internal.tester that return types with arguments of type ConstructorParametersModifier and TypeMethodDescriptionprotected org.apache.commons.collections4.MultiValuedMap<Class<?>, ConstructorParameters> AbstractTester.getConstructorParameters()Method parameters in com.java.pojo.internal.tester with type arguments of type ConstructorParametersModifier and TypeMethodDescriptionvoidAbstractTester.setUserDefinedConstructors(org.apache.commons.collections4.MultiValuedMap<Class<?>, ConstructorParameters> constructorParameters)