Class AsSupportTest.RoleFactory3

  • All Implemented Interfaces:
    RoleFactory<java.lang.Object>
    Enclosing class:
    AsSupportTest

    public static class AsSupportTest.RoleFactory3
    extends java.lang.Object
    implements RoleFactory<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleFactory3()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object createRoleFor​(java.lang.Object owner)  
      • Methods inherited from class java.lang.Object

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

      • RoleFactory3

        public RoleFactory3()
    • Method Detail

      • createRoleFor

        @Nonnull
        public java.lang.Object createRoleFor​(@Nonnull
                                              java.lang.Object owner)
        Specified by:
        createRoleFor in interface RoleFactory<java.lang.Object>