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, waitMethods inherited from interface org.jooq.Converter
andThen, forArrays, fromSupported, inverse, toSupported
-
Field Details
-
PERMISSIONMAP
A data type storing aPermissionMap
-
-
Method Details
-
from
- Specified by:
fromin interfaceConverter<String,PermissionMap>
-
to
- Specified by:
toin interfaceConverter<String,PermissionMap>
-
fromType
- Specified by:
fromTypein interfaceConverter<String,PermissionMap>
-
toType
- Specified by:
toTypein interfaceConverter<String,PermissionMap>
-