Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.configuration.cache | |
org.infinispan.marshall | |
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Method and Description |
---|---|
FluentGlobalConfiguration.SerializationConfig |
GlobalConfiguration.SerializationType.marshallerClass(Class<? extends Marshaller> marshallerClass)
Deprecated.
|
FluentGlobalConfiguration.SerializationConfig |
FluentGlobalConfiguration.SerializationConfig.marshallerClass(Class<? extends Marshaller> marshallerClass)
Deprecated.
Fully qualified name of the marshaller to use.
|
Modifier and Type | Method and Description |
---|---|
CompatibilityModeConfigurationBuilder |
CompatibilityModeConfigurationBuilder.marshaller(Marshaller marshaller)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StreamingMarshaller
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshaller
Deprecated.
use
AbstractMarshaller instead |
class |
StreamingMarshallerAdapter
Deprecated.
|
Constructor and Description |
---|
LegacyMarshallerAdapter(Marshaller delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Util.cloneWithMarshaller(Marshaller marshaller,
T x)
Clones parameter x of type T with a given Marshaller reference;
|
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.