Class PropertyMapper
- java.lang.Object
-
- org.keycloak.quarkus.runtime.configuration.mappers.PropertyMapper
-
public class PropertyMapper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyMapper.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PropertyMapper.Builderbuilder(String fromProp, String toProp)static PropertyMapper.Builderbuilder(ConfigCategory category)ConfigCategorygetCategory()StringgetCliFormat()StringgetDefaultValue()StringgetDescription()Iterable<String>getExpectedValues()StringgetFrom()StringgetParamLabel()StringgetTo()booleanisBuildTime()booleanisHidden()
-
-
-
Method Detail
-
builder
public static PropertyMapper.Builder builder(String fromProp, String toProp)
-
builder
public static PropertyMapper.Builder builder(ConfigCategory category)
-
getFrom
public String getFrom()
-
getDescription
public String getDescription()
-
getDefaultValue
public String getDefaultValue()
-
getCategory
public ConfigCategory getCategory()
-
isHidden
public boolean isHidden()
-
isBuildTime
public boolean isBuildTime()
-
getTo
public String getTo()
-
getParamLabel
public String getParamLabel()
-
getCliFormat
public String getCliFormat()
-
-