Uses of Interface
com.tangosol.coherence.config.builder.ParameterizedBuilder.ReflectionSupport
-
Packages that use ParameterizedBuilder.ReflectionSupport Package Description com.oracle.coherence.cdi.server Simple CDI-based Cache Server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes. -
-
Uses of ParameterizedBuilder.ReflectionSupport in com.oracle.coherence.cdi.server
Classes in com.oracle.coherence.cdi.server that implement ParameterizedBuilder.ReflectionSupport Modifier and Type Class Description class
BeanBuilder
Element processor for<cdi:bean>
XML element. -
Uses of ParameterizedBuilder.ReflectionSupport in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement ParameterizedBuilder.ReflectionSupport Modifier and Type Class Description class
EvictionPolicyBuilder
TheEvictionPolicyBuilder
builds aConfigurableCacheMap.EvictionPolicy
.class
InstanceBuilder<T>
AnInstanceBuilder
is aParameterizedBuilder
implementation that additionally supports injection based on Coherence <instance%gt; or <class-scheme> configurations.class
StaticFactoryInstanceBuilder<T>
AStaticFactoryInstanceBuilder
is aParameterizedBuilder
that has been configured to realize objects based on the properties defined by an <instance> configuration element that uses the static <class-factory-name> approach. -
Uses of ParameterizedBuilder.ReflectionSupport in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement ParameterizedBuilder.ReflectionSupport Modifier and Type Class Description class
ClassScheme
TheClassScheme
class is responsible for building customCachingScheme
s and customCacheStoreScheme
s.
-