Interface AliasBinder


public interface AliasBinder
Allows bind a Class to an already defined type alias.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    to(Class<?> type)
    Binds a Class to an already defined type alias.
  • Method Details

    • to

      void to(Class<?> type)
      Binds a Class to an already defined type alias.
      Parameters:
      type - The Class has to be bound to the alias