Class AllResourceImpl

  • All Implemented Interfaces:
    AllResource

    @Named
    @Path("all")
    public class AllResourceImpl
    extends java.lang.Object
    implements AllResource
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response setAll​(AllBean allBean)  
      • Methods inherited from class java.lang.Object

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

      • AllResourceImpl

        @Inject
        public AllResourceImpl​(AllService allService)
    • Method Detail