Package io.codemodder.codetf
Class CodeTFChange.Builder
java.lang.Object
io.codemodder.codetf.CodeTFChange.Builder
- Enclosing class:
- CodeTFChange
Builder for
CodeTFChange which was based on an existing instance.-
Method Summary
Modifier and TypeMethodDescriptionbuild()withAdditionalProperties(Map<String, String> newProperties) Update theCodeTFChangewith additional properties.withDescription(String description) Update theCodeTFChangewith the given description.
-
Method Details
-
withDescription
Update theCodeTFChangewith the given description. -
withAdditionalProperties
Update theCodeTFChangewith additional properties. -
build
-