Annotation Interface IncludeBuilders.Conversion

Enclosing class:
IncludeBuilders

public static @interface IncludeBuilders.Conversion
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Function<?,?>>
     
     
  • Element Details

    • from

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

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