Class BuilderMethodFactory
java.lang.Object
io.github.wouterbauweraerts.instancio.fixture.builder.generator.BuilderMethodFactory
-
Constructor Summary
ConstructorsConstructorDescriptionBuilderMethodFactory(BuildMethodFactory buildMethodFactory, SelfMethodFactory selfMethodFactory, WithMethodFactory withMethodFactory, IgnoreMethodFactory ignoreMethodFactory, NameFactory nameFactory, GenerateFixtureBuilderUtils utils) -
Method Summary
Modifier and TypeMethodDescriptioncom.palantir.javapoet.MethodSpecgenerateBuild(Element model, String typeToBuild) (package private) List<com.palantir.javapoet.MethodSpec> generateFieldMethods(Element typeToBuild, String builderClassName) com.palantir.javapoet.MethodSpecgenerateSelf(String builderClassName)
-
Constructor Details
-
BuilderMethodFactory
BuilderMethodFactory(BuildMethodFactory buildMethodFactory, SelfMethodFactory selfMethodFactory, WithMethodFactory withMethodFactory, IgnoreMethodFactory ignoreMethodFactory, NameFactory nameFactory, GenerateFixtureBuilderUtils utils)
-
-
Method Details
-
generateFieldMethods
-
generateSelf
-
generateBuild
-