[bindings.java]package_name="customtypes"[bindings.java.custom_types.Url]# Name of the type in the Java codetype_name="URL"# Classes that need to be importedimports=["java.net.URI","java.net.URL"]# Functions to convert between strings and URLsinto_custom="new URI({}).toURL()"from_custom="{}.toString()"