Uses of Class
com.tangosol.coherence.rest.config.RestConfig
-
Packages that use RestConfig Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration. -
-
Uses of RestConfig in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as RestConfig Modifier and Type Field Description protected RestConfig
DefaultRootResource. m_config
REST configuration. -
Uses of RestConfig in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return RestConfig Modifier and Type Method Description static RestConfig
RestConfig. create()
Return a singleton instance of RestConfig based on the REST configuration descriptor.
-