Class PropertyMappers
- java.lang.Object
-
- org.keycloak.quarkus.runtime.configuration.mappers.PropertyMappers
-
public final class PropertyMappers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALUE_MASK
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcanonicalFormat(String name)static StringformatValue(String property, String value)static List<PropertyMapper>getBuildTimeMappers()static PropertyMappergetMapper(String property)static Collection<PropertyMapper>getMappers()static List<PropertyMapper>getRuntimeMappers()static io.smallrye.config.ConfigValuegetValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)static booleanisBuildTimeProperty(String name)static StringtoCLIFormat(String name)
-
-
-
Field Detail
-
VALUE_MASK
public static String VALUE_MASK
-
-
Method Detail
-
getValue
public static io.smallrye.config.ConfigValue getValue(io.smallrye.config.ConfigSourceInterceptorContext context, String name)
-
isBuildTimeProperty
public static boolean isBuildTimeProperty(String name)
-
getRuntimeMappers
public static List<PropertyMapper> getRuntimeMappers()
-
getBuildTimeMappers
public static List<PropertyMapper> getBuildTimeMappers()
-
getMapper
public static PropertyMapper getMapper(String property)
-
getMappers
public static Collection<PropertyMapper> getMappers()
-
-