Skip to content

Commit

Permalink
Support copying between yaml and json
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Feb 29, 2024
1 parent 0d070ce commit c6e0be3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ public CharSequence yamlToJson(CharSequence yaml) {
return delegate.yamlToJson(yaml);
}

public void generateTuples(boolean generateTuples) {
delegate.generateTuples(generateTuples);
}

public boolean generateTuples() {
return delegate.generateTuples();
}

public void addAlias(Class<?> newClass, String oldTypeName) {
delegate.addAlias(newClass, oldTypeName);
}
Expand Down

This file was deleted.

0 comments on commit c6e0be3

Please sign in to comment.