de.team33.patterns.arbitrary.mimas.noSupplierMethodFound.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arbitrary-mimas Show documentation
Show all versions of arbitrary-mimas Show documentation
Provides classes that support the generation of arbitrary values of virtually any type.
The newest version!
No appropriate supplier method found!
source type: %1$s
target type: %2$s
setter method: %3$s
Consider ignoring "%4$s" or defining a method in the source type that looks something like this:
public final %5$s any%6$s() {
return new %5$s()...;
}
Feel free to choose another name for that method.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy