Class PropertyMappers
java.lang.Object
org.keycloak.quarkus.runtime.configuration.mappers.PropertyMappers
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<OptionCategory,List<PropertyMapper<?>>> static Map<String,PropertyMapper<?>> static Optional<PropertyMapper<?>>getDisabledMapper(String property) static Map<String,PropertyMapper<?>> static Map<String,PropertyMapper<?>> static PropertyMapper<?>static PropertyMapper<?>getMapper(String property, OptionCategory category) static Set<PropertyMapper<?>>static Map<OptionCategory,List<PropertyMapper<?>>> static io.smallrye.config.ConfigValuestatic booleanisBuildTimeProperty(String name) static booleanisDisabledMapper(String property) static booleanisSupported(PropertyMapper<?> mapper) static Stringstatic Stringstatic voidreset()static voidRemoves all disabled mappers from the runtime/buildtime mappers
-
Field Details
-
VALUE_MASK
-
-
Method Details
-
reset
public static void reset() -
getValue
public static io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name) -
isBuildTimeProperty
-
getRuntimeMappers
-
getBuildTimeMappers
-
getDisabledMappers
-
getDisabledRuntimeMappers
-
getDisabledBuildTimeMappers
-
sanitizeDisabledMappers
public static void sanitizeDisabledMappers()Removes all disabled mappers from the runtime/buildtime mappers -
maskValue
-
maskValue
-
getMapper
-
getMapper
-
getMappers
-
isSupported
-
getDisabledMapper
-
isDisabledMapper
-