Uses of Class
de.fraunhofer.iosb.ilt.configurable.ConfigurationException
-
Packages that use ConfigurationException Package Description de.fraunhofer.iosb.ilt.configurable de.fraunhofer.iosb.ilt.configurable.annotations de.fraunhofer.iosb.ilt.configurable.editor -
-
Uses of ConfigurationException in de.fraunhofer.iosb.ilt.configurable
Methods in de.fraunhofer.iosb.ilt.configurable that throw ConfigurationException Modifier and Type Method Description voidAbstractConfigurable. configure(com.google.gson.JsonElement config, C context, D edtCtx, ConfigEditor<?> configEditor)default voidAnnotatedConfigurable. configure(com.google.gson.JsonElement config, C context, D edtCtx, ConfigEditor<?> configEditor)Configure the instance using the given configuration.voidConfigurable. configure(com.google.gson.JsonElement config, C context, D edtCtx, ConfigEditor<?> configEditor)Configure the instance using the given configuration.TConfigEditor. getValue()Get the value configured in the editor.ObjectContentConfigEditor. getValue(String name)Get the value set for the given option.default <T> TConfigurableFactory. instantiate(Class<? extends T> clazz, com.google.gson.JsonElement config, Object runtimeContext, Object editContext)Create an instance of the given class.ObjectConfigurableFactory. instantiate(String className, com.google.gson.JsonElement config, Object runtimeContext, Object editContext)Create an instance of the given class.voidContentConfigEditor. setContentsOn(Object target)For any configurable content, tries to set the configured value on the target object. -
Uses of ConfigurationException in de.fraunhofer.iosb.ilt.configurable.annotations
Methods in de.fraunhofer.iosb.ilt.configurable.annotations that throw ConfigurationException Modifier and Type Method Description static <T,R,E>
TAnnotationHelper. instantiateFrom(Constructor<?> configurableConstructor, com.google.gson.JsonElement classConfig, R runtimeContext, E editorContext) -
Uses of ConfigurationException in de.fraunhofer.iosb.ilt.configurable.editor
Methods in de.fraunhofer.iosb.ilt.configurable.editor that throw ConfigurationException Modifier and Type Method Description doubleEditorMap. getDouble(String name, double deflt)longEditorMap. getLong(String name, long deflt)Map<String,Long>EditorMap. getLongMap()VAbstractEditorMap. getValue(String name)TEditorClass. getValue()List<U>EditorList. getValue()Map<String,T>EditorMap. getValue()TEditorSubclass. getValue()voidAbstractEditorMap. setContentsOn(Object target)For each of the keys in the map, tries set the value of the field on the target object.It first tries to set the field with the fieldName directly.
-