Annotation Interface YamlStringStyle


@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface YamlStringStyle
Changes strings style in serialized yaml documents.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Should the string style be overridden or saved after reading the serialized document.
  • Element Details

    • override

      boolean override
      Should the string style be overridden or saved after reading the serialized document.
      Returns:
      true if it should be overridden.
      Default:
      false