Uses of Class
io.vertx.tp.rbac.cv.em.SourceType
-
Packages that use SourceType Package Description cn.vertxup.rbac.service.view io.vertx.tp.rbac.cv.em -
-
Uses of SourceType in cn.vertxup.rbac.service.view
Fields in cn.vertxup.rbac.service.view with type parameters of type SourceType Modifier and Type Field Description static ConcurrentMap<SourceType,RuleSource>RuleSource. UIS -
Uses of SourceType in io.vertx.tp.rbac.cv.em
Methods in io.vertx.tp.rbac.cv.em that return SourceType Modifier and Type Method Description static SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-