Class Construct
java.lang.Object
io.sundr.builder.internal.functions.Construct
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct(io.sundr.model.TypeDef typeDef) Construct(io.sundr.model.TypeDef typeDef, io.sundr.model.TypeRef... parameters) Construct(io.sundr.model.TypeDef typeDef, io.sundr.model.TypeRef parameter, String staticFactoryMethod) Construct(io.sundr.model.TypeDef typeDef, List<io.sundr.model.TypeRef> parameters, String staticFactoryMethod) -
Method Summary
-
Constructor Details
-
Construct
public Construct(io.sundr.model.TypeDef typeDef) -
Construct
public Construct(io.sundr.model.TypeDef typeDef, io.sundr.model.TypeRef parameter, String staticFactoryMethod) -
Construct
public Construct(io.sundr.model.TypeDef typeDef, io.sundr.model.TypeRef... parameters) -
Construct
-
Construct
-
-
Method Details