public interface ScDetent
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScDetent.Group |
| Modifier and Type | Method and Description |
|---|---|
static ScDetent |
children(io.vertx.core.json.JsonObject input,
List<ProfileGroup> profiles) |
static ScDetent |
extend(io.vertx.core.json.JsonObject input,
List<ProfileGroup> profiles) |
static ScDetent |
group(io.vertx.core.json.JsonObject input) |
static ScDetent |
inherit(io.vertx.core.json.JsonObject input,
List<ProfileGroup> profiles) |
static ScDetent |
parent(io.vertx.core.json.JsonObject input,
List<ProfileGroup> profiles) |
io.vertx.core.json.JsonObject |
proc(List<ProfileRole> profiles) |
default io.vertx.core.Future<io.vertx.core.json.JsonObject> |
procAsync(List<ProfileRole> profiles) |
static ScDetent |
user(io.vertx.core.json.JsonObject input) |
static ScDetent user(io.vertx.core.json.JsonObject input)
static ScDetent group(io.vertx.core.json.JsonObject input)
static ScDetent parent(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
static ScDetent inherit(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
static ScDetent extend(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
static ScDetent children(io.vertx.core.json.JsonObject input, List<ProfileGroup> profiles)
io.vertx.core.json.JsonObject proc(List<ProfileRole> profiles)
default io.vertx.core.Future<io.vertx.core.json.JsonObject> procAsync(List<ProfileRole> profiles)
Copyright © 2020. All rights reserved.