Annotation Type Transform


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Transform
    • Required Element Summary

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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String contentType  
      java.lang.String encoding  
      boolean pretty  
      java.lang.String template  
      • contentType

        java.lang.String contentType
        Default:
        ""
      • template

        java.lang.String template
        Default:
        ""
      • encoding

        java.lang.String encoding
        Default:
        ""
      • pretty

        boolean pretty
        Default:
        true