Class SimpleYAMLAdapter

  • All Implemented Interfaces:
    AdapterInterface, java.io.Serializable

    public abstract class SimpleYAMLAdapter
    extends SimpleJSONAdapter
    Simple YAML adapter.
    This class (and its child classes) cannot be instanciated.
    They correspond to an Adapter configuration item.
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleYAMLAdapter

        public SimpleYAMLAdapter()
    • Method Detail

      • process

        public void process()
                     throws java.lang.InterruptedException
        Process hook implementation: transform YAML into JSON and call process hook with JSON tokener
        Specified by:
        process in interface AdapterInterface
        Overrides:
        process in class SimpleJSONAdapter
        Throws:
        java.lang.InterruptedException - When interrupted