Package com.atlassian.bamboo.specs.util
Interface CustomYamlers.CustomYamler
- All Known Implementing Classes:
DurationYamler
- Enclosing class:
- CustomYamlers
public static interface CustomYamlers.CustomYamler
-
Method Summary
Modifier and TypeMethodDescriptionorg.yaml.snakeyaml.constructor.Construct
org.yaml.snakeyaml.representer.Represent
Class<?>
-
Method Details
-
getConstructor
org.yaml.snakeyaml.constructor.Construct getConstructor() -
getYamledClass
Class<?> getYamledClass() -
getRepresenter
org.yaml.snakeyaml.representer.Represent getRepresenter()
-