Uses of Class
de.iip_ecosphere.platform.services.environment.YamlArtifact
-
Packages that use YamlArtifact Package Description de.iip_ecosphere.platform.services.environment Implementation.de.iip_ecosphere.platform.services.environment.services Generic services. -
-
Uses of YamlArtifact in de.iip_ecosphere.platform.services.environment
Methods in de.iip_ecosphere.platform.services.environment that return YamlArtifact Modifier and Type Method Description static YamlArtifactYamlArtifact. readFromYaml(java.io.InputStream in)Reads anYamlArtifactfrom a YAML input stream.static YamlArtifactYamlArtifact. readFromYamlSafe(java.io.InputStream in)Reads from the given YAML input stream, closes the stream. -
Uses of YamlArtifact in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services declared as YamlArtifact Modifier and Type Field Description private YamlArtifactTraceToAasService. artifactConstructors in de.iip_ecosphere.platform.services.environment.services with parameters of type YamlArtifact Constructor Description TraceToAasService(YamlArtifact artifact, java.lang.String serviceId)Creates a service instance.
-