Interface AuthnDetailsMapper

  • All Implemented Interfaces:

    
    public interface AuthnDetailsMapper
    
                        

    auto generated by `wgmp` live template

    Since:

    2021-02-23

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void map(WarlockAuthnService.Details source, DefaultWingsUserDetails target)
      abstract void map(DefaultWingsUserDetails source, WarlockAuthnService.Details target)
      static DefaultWingsUserDetails of(@Nullable() WarlockAuthnService.Details source) create new DefaultWingsUserDetails from the source Details
      static WarlockAuthnService.Details of(@Nullable() DefaultWingsUserDetails source) create new DefaultWingsUserDetails from the source Details
      static void to(@Nullable() DefaultWingsUserDetails source, @NotNull() WarlockAuthnService.Details target) build the target DefaultWingsUserDetails from the source Details
      static void to(@Nullable() WarlockAuthnService.Details source, @NotNull() DefaultWingsUserDetails target) build the target DefaultWingsUserDetails from the source Details
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • of

        @NotNull() static DefaultWingsUserDetails of(@Nullable() WarlockAuthnService.Details source)

        create new DefaultWingsUserDetails from the source Details

        Parameters:
        source - the source from
        Returns:

        new target

      • of

        @NotNull() static WarlockAuthnService.Details of(@Nullable() DefaultWingsUserDetails source)

        create new DefaultWingsUserDetails from the source Details

        Parameters:
        source - the source from
        Returns:

        new target

      • to

         static void to(@Nullable() DefaultWingsUserDetails source, @NotNull() WarlockAuthnService.Details target)

        build the target DefaultWingsUserDetails from the source Details

        Parameters:
        source - the source from
        target - the target to
      • to

         static void to(@Nullable() WarlockAuthnService.Details source, @NotNull() DefaultWingsUserDetails target)

        build the target DefaultWingsUserDetails from the source Details

        Parameters:
        source - the source from
        target - the target to