public final class PropertyMappers extends Object
PropertyMapper instances for all Keycloak configuration properties that should be mapped to their
corresponding properties in Quarkus.| Constructor and Description |
|---|
PropertyMappers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
canonicalFormat(String name) |
static String |
formatValue(String property,
String value) |
static List<PropertyMapper> |
getBuiltTimeMappers() |
static PropertyMapper |
getMapper(String property) |
static List<PropertyMapper> |
getRuntimeMappers() |
static boolean |
isBuildTimeProperty(String name) |
static String |
toCLIFormat(String name) |
public static boolean isBuildTimeProperty(String name)
public static List<PropertyMapper> getRuntimeMappers()
public static List<PropertyMapper> getBuiltTimeMappers()
public static PropertyMapper getMapper(String property)
Copyright © 2020 JBoss by Red Hat. All rights reserved.