in jbang/type-converter/MyConverter.java [7:9]
public static Dog catToDog(Cat cat) { return new Dog(cat.getName()); }