Uses of Class
de.iip_ecosphere.platform.services.environment.ParameterConfigurer
-
Packages that use ParameterConfigurer Package Description de.iip_ecosphere.platform.services.environment Implementation.de.iip_ecosphere.platform.services.environment.services 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 ParameterConfigurer Modifier and Type Field Description private java.util.Map<java.lang.String,ParameterConfigurer<?>>AbstractPythonProcessService. paramConfigurersprivate java.util.Map<java.lang.String,ParameterConfigurer<?>>ConnectorServiceWrapper. paramConfigurersMethods in de.iip_ecosphere.platform.services.environment that return ParameterConfigurer Modifier and Type Method Description ParameterConfigurer<?>AbstractPythonProcessService. getParameterConfigurer(java.lang.String paramName)ParameterConfigurer<?>ConnectorServiceWrapper. getParameterConfigurer(java.lang.String paramName)ParameterConfigurer<?>ParameterConfigurerProvider. getParameterConfigurer(java.lang.String paramName)Returns the parameter configurer for a given parameter.default ParameterConfigurer<?>Service. getParameterConfigurer(java.lang.String paramName)ParameterConfigurer<T>ParameterConfigurer. withSystemProperty(java.lang.String sysProperty)Optional system property that shall be considered during initialization.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ParameterConfigurer Modifier and Type Method Description protected static <T> voidAbstractService. reconf(ParameterConfigurer<T> configurer, java.lang.String name, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> rollbackMap)Reconfigures an individual parameter.Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type ParameterConfigurer Modifier and Type Method Description static <T> voidAbstractService. addConfigurer(java.util.Map<java.lang.String,ParameterConfigurer<?>> configurers, java.lang.String name, java.lang.Class<T> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<java.lang.String,T> trans, ValueConfigurer<T> cfg)Helper method to add parameter configurers toconfigurers(without getter for rollback).static <T> voidAbstractService. addConfigurer(java.util.Map<java.lang.String,ParameterConfigurer<?>> configurers, java.lang.String name, java.lang.Class<T> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<java.lang.String,T> trans, ValueConfigurer<T> cfg, java.util.function.Supplier<T> getter)Helper method to add parameter configurers toconfigurerswithout binding to a system property.static <T> voidAbstractService. addConfigurer(java.util.Map<java.lang.String,ParameterConfigurer<?>> configurers, java.lang.String name, java.lang.Class<T> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<java.lang.String,T> trans, ValueConfigurer<T> cfg, java.util.function.Supplier<T> getter, java.lang.String systemProperty)Helper method to add parameter configurers toconfigurerswithout binding to a system property.voidAbstractPythonProcessService. addParameterConfigurer(java.util.function.Consumer<java.util.Map<java.lang.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 ParameterConfigurer Modifier and Type Field Description private java.util.Map<java.lang.String,ParameterConfigurer<?>>TraceToAasService. paramConfigurersMethods in de.iip_ecosphere.platform.services.environment.services that return ParameterConfigurer Modifier and Type Method Description ParameterConfigurer<?>TraceToAasService. getParameterConfigurer(java.lang.String paramName)Methods in de.iip_ecosphere.platform.services.environment.services with parameters of type ParameterConfigurer Modifier and Type Method Description protected <T> voidTraceToAasService. addParameterConfigurer(ParameterConfigurer<T> configurer)Adds a parameter configurer.
-