public class SQLDialectAdapter extends XmlAdapter<String,SQLDialect>
Constructor and Description |
---|
SQLDialectAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(SQLDialect v) |
SQLDialect |
unmarshal(String v) |
public SQLDialect unmarshal(String v) throws Exception
unmarshal
in class XmlAdapter<String,SQLDialect>
Exception
public String marshal(SQLDialect v) throws Exception
marshal
in class XmlAdapter<String,SQLDialect>
Exception
Copyright © 2021. All rights reserved.