toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.model
/
ResourceUriTemplate
Resource
Uri
Template
class
ResourceUriTemplate
:
AbstractValue
<
String
>
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
:
NonBlankStringValueFactory
<
ResourceUriTemplate
>
Properties
value
Link copied to clipboard
open
override
val
value
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
matches
Link copied to clipboard
fun
ResourceUriTemplate
.
matches
(
testUri
:
Uri
)
:
Boolean
Checks if a URI matches a template
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String