- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,SQLDialect>
-
- org.jooq.conf.SQLDialectAdapter
-
public class SQLDialectAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,SQLDialect>
- Author:
- Lukas Eder
-
-
Constructor Summary
Constructors Constructor Description SQLDialectAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(SQLDialect v)SQLDialectunmarshal(String v)
-
-
-
Method Detail
-
unmarshal
public SQLDialect unmarshal(String v) throws Exception
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,SQLDialect>- Throws:
Exception
-
marshal
public String marshal(SQLDialect v) throws Exception
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,SQLDialect>- Throws:
Exception
-
-