Uses of Class
org.keycloak.quarkus.runtime.configuration.mappers.PropertyMapper.Builder
Packages that use PropertyMapper.Builder
-
Uses of PropertyMapper.Builder in org.keycloak.quarkus.runtime.configuration.mappers
Methods in org.keycloak.quarkus.runtime.configuration.mappers that return PropertyMapper.BuilderModifier and TypeMethodDescriptionPropertyMapper.Builder.addValidateEnabled(BooleanSupplier isEnabled, String enabledWhen) Similar toenabledWhen, but uses the condition as a validator that is added to the current one.PropertyMapper.Builder.addValidator(BiConsumer<PropertyMapper<T>, io.smallrye.config.ConfigValue> validator) static <T> PropertyMapper.Builder<T>PropertyMapper.fromOption(Option<T> opt) PropertyMapper.Builder.isEnabled(BooleanSupplier isEnabled) PropertyMapper.Builder.isEnabled(BooleanSupplier isEnabled, String enabledWhen) PropertyMapper.Builder.isMasked(boolean isMasked) PropertyMapper.Builder.paramLabel(String label) PropertyMapper.Builder.transformer(BiFunction<Optional<String>, io.smallrye.config.ConfigSourceInterceptorContext, Optional<String>> mapper) Set the validator, overwriting the current one.