Package tv.phantombot.panel.PanelUser
Class PermissionConverter
java.lang.Object
tv.phantombot.panel.PanelUser.PermissionConverter
- All Implemented Interfaces:
Serializable
,Converter<String,
PermissionMap>
- Author:
- gmt2001
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DataType<PermissionMap>
A data type storing aPermissionMap
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jooq.Converter
andThen, forArrays, fromSupported, inverse, toSupported
-
Field Details
-
PERMISSIONMAP
A data type storing aPermissionMap
-
-
Method Details
-
from
- Specified by:
from
in interfaceConverter<String,
PermissionMap>
-
to
- Specified by:
to
in interfaceConverter<String,
PermissionMap>
-
fromType
- Specified by:
fromType
in interfaceConverter<String,
PermissionMap>
-
toType
- Specified by:
toType
in interfaceConverter<String,
PermissionMap>
-