Annotation Type IsDataSourceField


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface IsDataSourceField
    Used alongside JPA Column annotations to indicate that a field should be exposed via the Stroom Query API
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends java.util.function.Supplier<AbstractField>> fieldSupplier  
    • Element Detail

      • fieldSupplier

        java.lang.Class<? extends java.util.function.Supplier<AbstractField>> fieldSupplier