Class YamlField
java.lang.Object
de.iip_ecosphere.platform.services.spring.yaml.YamlField
- All Implemented Interfaces:
Field
Implements
Field for YAML.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
type
-
-
Constructor Details
-
YamlField
public YamlField()
-
-
Method Details
-
getName
Description copied from interface:FieldReturns the name of the data. -
getType
Description copied from interface:FieldReturns the type of the data. -
setName
Defines the name of the attribute. [required by SnakeYaml]- Parameters:
name- the name
-
setType
Defines the type of the attribute. [required by SnakeYaml]- Parameters:
type- the type as qualified Java name
-