Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlTypedData
-
Packages that use YamlTypedData Package Description de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of YamlTypedData in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml with type parameters of type YamlTypedData Modifier and Type Field Description private java.util.List<YamlTypedData>YamlService. parametersMethods in de.iip_ecosphere.platform.services.spring.yaml that return types with arguments of type YamlTypedData Modifier and Type Method Description java.util.List<YamlTypedData>YamlService. getParameters()Method parameters in de.iip_ecosphere.platform.services.spring.yaml with type arguments of type YamlTypedData Modifier and Type Method Description voidYamlService. setParameters(java.util.List<YamlTypedData> parameters)Defines the service-specific configurable parameter.
-