-
public final class ObjectKt
-
-
Method Summary
Modifier and Type Method Description final static ObjectStatementobj(Function1<AssignmentBuilder, Unit> assignmentBuilder)final static ObjectStatementobj(StatementsBuilder $self, Function1<AssignmentBuilder, Unit> assignmentBuilder)final static ObjectStatementtoObject(Map<String, Object> $self, Boolean quoteKeys, Boolean quoteValues)Converts the given Mapto bazel struct-
-
Method Detail
-
obj
final static ObjectStatement obj(Function1<AssignmentBuilder, Unit> assignmentBuilder)
-
obj
final static ObjectStatement obj(StatementsBuilder $self, Function1<AssignmentBuilder, Unit> assignmentBuilder)
-
toObject
final static ObjectStatement toObject(Map<String, Object> $self, Boolean quoteKeys, Boolean quoteValues)
Converts the given
Mapto bazel struct- Parameters:
quoteKeys- Whether the keys should be wrapped with quotes in generated code.quoteValues- Whether the values should be wrapped with quotes in generated code.
-
-
-
-