All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.plexus.components.xml Maven / Gradle / Ivy

Go to download

Modello SnakeYaml Plugin generates YAML readers and writers based on SnakeYaml Streaming APIs, plus reader delegates to be able to read multiple model versions.

There is a newer version: 2.4.0
Show newest version
<component-set>
  <components>
    <component>
      <role>org.codehaus.modello.plugin.ModelloGenerator</role>
      <role-hint>snakeyaml-reader</role-hint>
      <implementation>org.codehaus.modello.plugin.snakeyaml.SnakeYamlReaderGenerator</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
    <component>
      <role>org.codehaus.modello.plugin.ModelloGenerator</role>
      <role-hint>snakeyaml-writer</role-hint>
      <implementation>org.codehaus.modello.plugin.snakeyaml.SnakeYamlWriterGenerator</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
    <component>
      <role>org.codehaus.modello.plugin.snakeyaml.SnakeYamlSerializerGenerator</role>
      <role-hint>snakeyaml-serializer</role-hint>
      <implementation>org.codehaus.modello.plugin.snakeyaml.SnakeYamlSerializerGenerator</implementation>
      <instantiation-strategy>per-lookup</instantiation-strategy>
    </component>
  </components>
</component-set>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy