Uses of Class
de.iip_ecosphere.platform.services.environment.ParameterConfigurer
Packages that use ParameterConfigurer
Package
Description
Implementation.
Generic services.
-
Uses of ParameterConfigurer in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment with type parameters of type ParameterConfigurerModifier and TypeFieldDescriptionprivate Map<String, ParameterConfigurer<?>> AbstractPythonProcessService.paramConfigurersprivate Map<String, ParameterConfigurer<?>> ConnectorServiceWrapper.paramConfigurersprivate Map<String, ParameterConfigurer<?>> MultiConnectorServiceWrapper.paramConfigurersMethods in de.iip_ecosphere.platform.services.environment that return ParameterConfigurerModifier and TypeMethodDescriptionAbstractPythonProcessService.getParameterConfigurer(String paramName) ConnectorServiceWrapper.getParameterConfigurer(String paramName) MultiConnectorServiceWrapper.getParameterConfigurer(String paramName) ParameterConfigurerProvider.getParameterConfigurer(String paramName) Returns the parameter configurer for a given parameter.default ParameterConfigurer<?> Service.getParameterConfigurer(String paramName) ParameterConfigurer.withSystemProperty(String sysProperty) Optional system property that shall be considered during initialization.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ParameterConfigurerModifier and TypeMethodDescriptionprotected static <T> voidAbstractService.reconf(ParameterConfigurer<T> configurer, String name, String value, Map<String, String> rollbackMap) Reconfigures an individual parameter.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type ParameterConfigurerModifier and TypeMethodDescriptionstatic <T> voidAbstractService.addConfigurer(Map<String, ParameterConfigurer<?>> configurers, String name, Class<T> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, T> trans, ValueConfigurer<T> cfg) Helper method to add parameter configurers toconfigurers(without getter for rollback).static <T> voidAbstractService.addConfigurer(Map<String, ParameterConfigurer<?>> configurers, String name, Class<T> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, T> trans, ValueConfigurer<T> cfg, Supplier<T> getter) Helper method to add parameter configurers toconfigurerswithout binding to a system property.static <T> voidAbstractService.addConfigurer(Map<String, ParameterConfigurer<?>> configurers, String name, Class<T> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, T> trans, ValueConfigurer<T> cfg, Supplier<T> getter, String systemProperty) Helper method to add parameter configurers toconfigurerswithout binding to a system property.voidAbstractPythonProcessService.addParameterConfigurer(Consumer<Map<String, ParameterConfigurer<?>>> paramConsumer) Adds parameter configurers via a consumer. -
Uses of ParameterConfigurer in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services with type parameters of type ParameterConfigurerModifier and TypeFieldDescriptionprivate Map<String, ParameterConfigurer<?>> TraceToAasService.paramConfigurersMethods in de.iip_ecosphere.platform.services.environment.services that return ParameterConfigurerMethods in de.iip_ecosphere.platform.services.environment.services with parameters of type ParameterConfigurerModifier and TypeMethodDescriptionprotected <T> voidTraceToAasService.addParameterConfigurer(ParameterConfigurer<T> configurer) Adds a parameter configurer.