Class Capture<T>

  • Direct Known Subclasses:
    Capture.Attachment, QueryCaptureBuilder.Single, QueryCaptureBuilder.Single.Collection

    public abstract class Capture<T>
    extends java.lang.Object
    A capture of some value from the request (path segment, query parameter).

    The name if usually irrelevant and it's no problem to reuse the same name multiple times. It's just to be able to insert something meaningful in error messages.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Capture.Attachment<T>  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String name()  
      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name()