Class Capture<T>
- java.lang.Object
-
- ch.raffael.meldioc.library.http.server.undertow.routing.Capture<T>
-
- Direct Known Subclasses:
Capture.Attachment,QueryCaptureBuilder.Single,QueryCaptureBuilder.Single.Collection
public abstract class Capture<T> extends java.lang.ObjectA 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 classCapture.Attachment<T>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()
-