public class ClassConverter extends Object implements org.jooq.Converter<String,Class>
| Constructor and Description |
|---|
ClassConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class |
from(String str) |
Class<String> |
fromType() |
String |
to(Class m) |
Class<Class> |
toType() |
Copyright © 2003–2018. All rights reserved.