Uses of Class
com.oracle.coherence.cdi.View.Literal
-
Packages that use View.Literal Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of View.Literal in com.oracle.coherence.cdi
Fields in com.oracle.coherence.cdi declared as View.Literal Modifier and Type Field Description static View.Literal
View.Literal. INSTANCE
A singleton instance ofView.Literal
with the cache values flag set to true.Methods in com.oracle.coherence.cdi that return View.Literal Modifier and Type Method Description static View.Literal
View.Literal. of(boolean fCacheValues)
Create aView.Literal
.
-