| Package | Description |
|---|---|
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| org.infinispan.marshall.core |
| Modifier and Type | Method and Description |
|---|---|
protected MarshalledValue |
MarshalledValueInterceptor.createMarshalledValue(Object toWrap,
InvocationContext ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<Object,Object> |
MarshalledValueInterceptor.wrapMap(Map<Object,Object> m,
Set<MarshalledValue> marshalledValues,
InvocationContext ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MarshalledValue |
MarshalledValue.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends MarshalledValue>> |
MarshalledValue.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarshalledValue.Externalizer.writeObject(ObjectOutput output,
MarshalledValue mv) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.