Uses of Class
name.martingeisse.grumpyrest.request.path.PathSegment
Packages that use PathSegment
-
Uses of PathSegment in name.martingeisse.grumpyrest.request.path
Subclasses of PathSegment in name.martingeisse.grumpyrest.request.pathModifier and TypeClassDescriptionfinal classThis segment only matches a request path segment with the exact same text.final classThis segment matches any request path segment.Methods in name.martingeisse.grumpyrest.request.path that return PathSegmentModifier and TypeMethodDescriptionstatic PathSegmentParses an instance from a single segment of a string-based path specification.Methods in name.martingeisse.grumpyrest.request.path that return types with arguments of type PathSegmentModifier and TypeMethodDescriptionPath.segments()Returns the value of thesegmentsrecord component.Constructor parameters in name.martingeisse.grumpyrest.request.path with type arguments of type PathSegment