Class DefaultMethodResource
- java.lang.Object
-
- org.glassfish.jersey.examples.java8.resources.DefaultMethodResource
-
- All Implemented Interfaces:
DefaultMethodInterface
@Path("default-method") @Produces("text/plain") public class DefaultMethodResource extends Object implements DefaultMethodInterface
JAX-RS resource inheriting some resource method implementations from the implemented interface.- Author:
- Adam Lindenthal
-
-
Constructor Summary
Constructors Constructor Description DefaultMethodResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfromClass()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.jersey.examples.java8.resources.DefaultMethodInterface
path, root
-
-