Class PropertyMapper<T>

java.lang.Object
org.keycloak.quarkus.runtime.configuration.mappers.PropertyMapper<T>

public class PropertyMapper<T> extends Object
  • Method Details

    • getOption

      public Option<T> getOption()
    • getType

      public Class<T> getType()
    • getFrom

      public String getFrom()
    • getDescription

      public String getDescription()
    • getExpectedValues

      public List<String> getExpectedValues()
    • getDefaultValue

      public Optional<T> getDefaultValue()
    • getCategory

      public OptionCategory getCategory()
    • isHidden

      public boolean isHidden()
    • isBuildTime

      public boolean isBuildTime()
    • isRunTime

      public boolean isRunTime()
    • getTo

      public String getTo()
    • getParamLabel

      public String getParamLabel()
    • getCliFormat

      public String getCliFormat()
    • getEnvVarFormat

      public String getEnvVarFormat()
    • fromOption

      public static <T> PropertyMapper.Builder<T> fromOption(Option<T> opt)