Class Construct
- java.lang.Object
-
- io.sundr.builder.internal.functions.Construct
-
-
Constructor Summary
Constructors Constructor Description Construct(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)
Construct(io.sundr.model.TypeDef typeDef, List<io.sundr.model.TypeRef> parameters, String staticFactoryMethod)
-
-
-
Constructor Detail
-
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
public Construct(io.sundr.model.TypeDef typeDef, List<io.sundr.model.TypeRef> parameters)
-
-