Uses of Class
io.vertx.tp.rbac.cv.em.RegionType
-
Packages that use RegionType Package Description io.vertx.tp.rbac.acl.rapid io.vertx.tp.rbac.cv.em -
-
Uses of RegionType in io.vertx.tp.rbac.acl.rapid
Methods in io.vertx.tp.rbac.acl.rapid with parameters of type RegionType Modifier and Type Method Description static DwarfDwarf. create(RegionType type) -
Uses of RegionType in io.vertx.tp.rbac.cv.em
Methods in io.vertx.tp.rbac.cv.em that return RegionType Modifier and Type Method Description static RegionTypeRegionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RegionType[]RegionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-