Class YamlType
java.lang.Object
de.iip_ecosphere.platform.services.spring.yaml.YamlType
- All Implemented Interfaces:
Type
Implements
Type for Yaml.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
fields
-
-
Constructor Details
-
YamlType
public YamlType()
-
-
Method Details
-
getName
Description copied from interface:TypeReturns the name of the type. -
getFields
Description copied from interface:TypeReturns the fields of the type. -
setName
Defines the name of the type. [required by SnakeYaml]- Parameters:
name- the name
-
setFields
Defines the fields of the type.- Parameters:
fields- the fields
-