Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlType
-
Packages that use YamlType Package Description de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of YamlType in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml with type parameters of type YamlType Modifier and Type Field Description private java.util.List<YamlType>YamlArtifact. typesMethods in de.iip_ecosphere.platform.services.spring.yaml that return types with arguments of type YamlType Modifier and Type Method Description java.util.List<YamlType>YamlArtifact. getTypes()Method parameters in de.iip_ecosphere.platform.services.spring.yaml with type arguments of type YamlType Modifier and Type Method Description voidYamlArtifact. setTypes(java.util.List<YamlType> types)Sets the declared types.
-