plsar-framework
1.01
plsar-framework
/
plsar.model.web
/
EndpointMappings
Endpoint
Mappings
class
EndpointMappings
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Endpoint
Mappings
Link copied to clipboard
fun
EndpointMappings
(
)
Content copied to clipboard
Functions
add
Link copied to clipboard
fun
add
(
key
:
String
?
,
endpointMapping
:
EndpointMapping
)
Content copied to clipboard
contains
Link copied to clipboard
operator
fun
contains
(
key
:
String
?
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
operator
fun
get
(
key
:
String
?
)
:
EndpointMapping
?
Content copied to clipboard
set
Mappings
Link copied to clipboard
fun
setMappings
(
m
:
ConcurrentMap
<
String
?
,
EndpointMapping
?
>
?
)
Content copied to clipboard
Properties
mappings
Link copied to clipboard
var
mappings
:
MutableMap
<
String
?
,
EndpointMapping
>
Content copied to clipboard