Annotation Type DataFetcher


  • @Retention(RUNTIME)
    @Target({TYPE,ANNOTATION_TYPE})
    @Experimental("Allow you to add a custom datafetcher for a certain return type. Not covered by the specification. Subject to change.")
    public @interface DataFetcher
    • Required Element Summary

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

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean isWrapped  
    • Element Detail

      • forClass

        Class forClass
      • isWrapped

        boolean isWrapped
        Default:
        false