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