Uses of Class
com.oracle.coherence.cdi.PofExtractor.Literal
-
Packages that use PofExtractor.Literal Package Description com.oracle.coherence.cdi Coherence CDI provides support for CDI (Contexts and Dependency Injection) within Coherence cluster members. -
-
Uses of PofExtractor.Literal in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return PofExtractor.Literal Modifier and Type Method Description static PofExtractor.Literal
PofExtractor.Literal. of(int... value)
Create aPofExtractor.Literal
.static PofExtractor.Literal
PofExtractor.Literal. of(Class<?> type, int... value)
Create aPofExtractor.Literal
.static PofExtractor.Literal
PofExtractor.Literal. of(Class<?> type, String sPath)
Create aPofExtractor.Literal
.
-