Uses of Class
io.github.grumpystuff.grumpyrest.request.path.PathSegment
Packages that use PathSegment
-
Uses of PathSegment in io.github.grumpystuff.grumpyrest.request.path
Subclasses of PathSegment in io.github.grumpystuff.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 io.github.grumpystuff.grumpyrest.request.path that return PathSegmentModifier and TypeMethodDescriptionstatic PathSegmentParses an instance from a single segment of a string-based path specification.Methods in io.github.grumpystuff.grumpyrest.request.path that return types with arguments of type PathSegmentModifier and TypeMethodDescriptionPath.segments()Returns the value of thesegmentsrecord component.Constructor parameters in io.github.grumpystuff.grumpyrest.request.path with type arguments of type PathSegment