- 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 String
marshal(SQLDialect v)
SQLDialect
unmarshal(String v)
-
-
-
Method Detail
-
unmarshal
public SQLDialect unmarshal(String v) throws Exception
- Specified by:
unmarshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,SQLDialect>
- Throws:
Exception
-
marshal
public String marshal(SQLDialect v) throws Exception
- Specified by:
marshal
in classjavax.xml.bind.annotation.adapters.XmlAdapter<String,SQLDialect>
- Throws:
Exception
-
-