Interface CustomYamlers.CustomYamler

All Known Implementing Classes:
DurationYamler
Enclosing class:
CustomYamlers

public static interface CustomYamlers.CustomYamler
  • Method Summary

    Modifier and Type
    Method
    Description
    org.yaml.snakeyaml.constructor.Construct
     
    org.yaml.snakeyaml.representer.Represent
     
     
  • Method Details

    • getConstructor

      org.yaml.snakeyaml.constructor.Construct getConstructor()
    • getYamledClass

      Class<?> getYamledClass()
    • getRepresenter

      org.yaml.snakeyaml.representer.Represent getRepresenter()