|
Rename Method protected fillMissingNodes(field String, child JsonNode, nodeFactory JsonNodeFactory) : void renamed to package writeChild(childName String, childNode JsonNode) : void in class io.bootique.config.jackson.LastPathSegment |
From |
To |
|
Rename Method package writeChild(childName String, value String) : void renamed to package writeChildValue(childName String, value String) : void in class io.bootique.config.jackson.LastPathSegment |
From |
To |
|
Rename Method protected abstract fillMissingNodes(field String, child JsonNode, nodeFactory JsonNodeFactory) : void renamed to package abstract writeChild(childName String, childNode JsonNode) : void in class io.bootique.config.jackson.PathSegment |
From |
To |
|
Rename Method package abstract writeChild(childName String, value String) : void renamed to package abstract writeChildValue(childName String, value String) : void in class io.bootique.config.jackson.PathSegment |
From |
To |
|
Rename Method package writeChild(childName String, value String) : void renamed to package writeChildValue(childName String, value String) : void in class io.bootique.config.jackson.IndexPathSegment |
From |
To |
|
Rename Parameter field : String to childName : String in method package writeChild(childName String, childNode JsonNode) : void in class io.bootique.config.jackson.LastPathSegment |
From |
To |
|
Rename Parameter field : String to childName : String in method package abstract writeChild(childName String, childNode JsonNode) : void in class io.bootique.config.jackson.PathSegment |
From |
To |
|
Rename Parameter remainingPath : String to path : String in method protected PathSegment(node T, parent PathSegment, incomingPath String, path String) in class io.bootique.config.jackson.PathSegment |
From |
To |
|
Rename Parameter child : JsonNode to childNode : JsonNode in method package writeChild(childName String, childNode JsonNode) : void in class io.bootique.config.jackson.LastPathSegment |
From |
To |
|
Rename Parameter child : JsonNode to childNode : JsonNode in method package abstract writeChild(childName String, childNode JsonNode) : void in class io.bootique.config.jackson.PathSegment |
From |
To |