Annotation Type IncludeBuilders.Conversion


  • public static @interface IncludeBuilders.Conversion
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends java.util.function.Function<?,​?>> adapter  
      java.lang.Class<?> from  
    • Element Detail

      • from

        java.lang.Class<?> from
        Returns:
        Builder class that should be loaded in addition to the one the IncludeBuilders annotation is attached to.
      • adapter

        java.lang.Class<? extends java.util.function.Function<?,​?>> adapter
        Returns:
        Class implementing function that adapts builder loaded through from() to builder of type where IncludeBuilders is attached.