java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.routing.Capture<T>
Direct Known Subclasses:
Capture.Attachment, QueryCaptureBuilder.QueryCapture, QueryCaptureBuilder.QueryCapture.Collection

public abstract class Capture<T> extends 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.