Uses of Class
com.soklet.core.ResourcePathDeclaration
Packages that use ResourcePathDeclaration
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of ResourcePathDeclaration in com.soklet.core
Methods in com.soklet.core that return ResourcePathDeclarationModifier and TypeMethodDescriptionResourceMethod.getResourcePath()
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.core 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 into account, if present)?static ResourceMethod
ResourceMethod.withComponents
(HttpMethod httpMethod, ResourcePathDeclaration resourcePathDeclaration, Method method, Boolean serverSentEventSource) Vends a Resource Method given its unique components. -
Uses of ResourcePathDeclaration in com.soklet.core.impl
Methods in com.soklet.core.impl that return types with arguments of type ResourcePathDeclarationModifier and TypeMethodDescriptionDefaultServerSentEventServer.getResourceMethodsByResourcePathDeclaration()