Annotation Type ExtensionProperty

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      The name of the property.
      String value
      The value of the property.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean parseValue
      If set to true, field `value` will be parsed and serialized as JSON/YAML
    • Element Detail

      • name

        String name
        The name of the property.
        Returns:
        the name of the property
      • value

        String value
        The value of the property.
        Returns:
        the value of the property
      • parseValue

        boolean parseValue
        If set to true, field `value` will be parsed and serialized as JSON/YAML
        Returns:
        the value of `parseValue` annotation field
        Default:
        false