Uses of Class
org.keycloak.quarkus.runtime.configuration.mappers.PropertyMapper
Packages that use PropertyMapper
-
Uses of PropertyMapper in org.keycloak.quarkus.runtime.configuration.mappers
Methods in org.keycloak.quarkus.runtime.configuration.mappers that return PropertyMapperModifier and TypeMethodDescriptionPropertyMapper.Builder.build()static PropertyMapper<?>[]HostnameV2PropertyMappers.getHostnamePropertyMappers()static PropertyMapper<?>[]HttpPropertyMappers.getHttpPropertyMappers()static PropertyMapper<?>[]ManagementPropertyMappers.getManagementPropertyMappers()static PropertyMapper<?>static PropertyMapper<?>PropertyMappers.getMapper(String property, OptionCategory category) static PropertyMapper<?>[]BootstrapAdminPropertyMappers.getMappers()static PropertyMapper<?>[]ExportPropertyMappers.getMappers()static PropertyMapper<?>[]FeaturePropertyMappers.getMappers()static PropertyMapper<?>[]ImportPropertyMappers.getMappers()static PropertyMapper<?>[]LoggingPropertyMappers.getMappers()static PropertyMapper<?>[]TracingPropertyMappers.getMappers()static PropertyMapper<?>[]TruststorePropertyMappers.getMappers()static PropertyMapper<?>[]TransactionPropertyMappers.getTransactionPropertyMappers()Methods in org.keycloak.quarkus.runtime.configuration.mappers that return types with arguments of type PropertyMapperModifier and TypeMethodDescriptionstatic Map<OptionCategory,List<PropertyMapper<?>>> PropertyMappers.getBuildTimeMappers()static Map<String,PropertyMapper<?>> PropertyMappers.getDisabledBuildTimeMappers()static Optional<PropertyMapper<?>>PropertyMappers.getDisabledMapper(String property) static Map<String,PropertyMapper<?>> PropertyMappers.getDisabledMappers()static Map<String,PropertyMapper<?>> PropertyMappers.getDisabledRuntimeMappers()static Set<PropertyMapper<?>>PropertyMappers.getMappers()static Map<OptionCategory,List<PropertyMapper<?>>> PropertyMappers.getRuntimeMappers()Methods in org.keycloak.quarkus.runtime.configuration.mappers with parameters of type PropertyMapperModifier and TypeMethodDescriptionstatic booleanPropertyMappers.isSupported(PropertyMapper<?> mapper) Method parameters in org.keycloak.quarkus.runtime.configuration.mappers with type arguments of type PropertyMapperModifier and TypeMethodDescriptionPropertyMapper.Builder.addValidator(BiConsumer<PropertyMapper<T>, io.smallrye.config.ConfigValue> validator)