Uses of Class
de.iip_ecosphere.platform.services.spring.yaml.YamlField
-
Packages that use YamlField Package Description de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of YamlField in de.iip_ecosphere.platform.services.spring.yaml
Fields in de.iip_ecosphere.platform.services.spring.yaml with type parameters of type YamlField Modifier and Type Field Description private java.util.List<YamlField>YamlType. fieldsMethods in de.iip_ecosphere.platform.services.spring.yaml that return types with arguments of type YamlField Modifier and Type Method Description java.util.List<YamlField>YamlType. getFields()Method parameters in de.iip_ecosphere.platform.services.spring.yaml with type arguments of type YamlField Modifier and Type Method Description voidYamlType. setFields(java.util.List<YamlField> fields)Defines the fields of the type.
-