Uses of Class
com.soklet.ResourcePathDeclaration
Packages that use ResourcePathDeclaration
-
Uses of ResourcePathDeclaration in com.soklet
Methods in com.soklet that return ResourcePathDeclarationModifier and TypeMethodDescriptionResourceMethod.getResourcePathDeclaration()
Returns the HTTP path for this Resource Method, which might contain placeholders - for example,/example/{exampleId}
.static ResourcePathDeclaration
Vends an instance that represents a compile-time path declaration, for example/users/{userId}
.Methods in com.soklet with parameters of type ResourcePathDeclarationModifier and TypeMethodDescriptionResourcePath.extractPlaceholders
(ResourcePathDeclaration resourcePathDeclaration) What is the mapping between this resource path's placeholder values to the given resource path declaration's placeholder names?ResourcePath.matches
(ResourcePathDeclaration resourcePathDeclaration) Does this resource path match the given resource path (taking placeholders/varargs into account, if present)?static ResourceMethod
ResourceMethod.withComponents
(HttpMethod httpMethod, ResourcePathDeclaration resourcePathDeclaration, Method method, Boolean serverSentEventSource) Vends a Resource Method given its unique components.