Package org.glassfish.tyrus.core
Interface TyrusConfiguration
public interface TyrusConfiguration
Inner Tyrus configuration properties holder object.
- Since:
- 2.1
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet an immutable map of properties provided byGet a mutable copy of user properties first obtained byEndpointConfig.getUserProperties()
.
-
Field Details
-
EMPTY_CONFIGURATION
-
-
Method Details
-
tyrusProperties
Get an immutable map of properties provided by- Returns:
- immutable property
Map
for optional Tyrus behavior
-
userProperties
Get a mutable copy of user properties first obtained byEndpointConfig.getUserProperties()
.- Returns:
- a mutable
Map
of user properties.
-