- java.lang.Object
-
- org.glassfish.jersey.examples.java8.resources.DefaultMethodResource
-
- All Implemented Interfaces:
- DefaultMethodInterface
@Path(value="default-method")
@Produces(value="text/plain")
public class DefaultMethodResource
extends Object
implements DefaultMethodInterface
JAX-RS resource inheriting some resource method implementations from the implemented interface.
- Author:
- Adam Lindenthal
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.