|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshalledValue | |
---|---|
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.marshall | Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. |
Uses of MarshalledValue in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors that return MarshalledValue | |
---|---|
protected MarshalledValue |
MarshalledValueInterceptor.createMarshalledValue(Object toWrap,
InvocationContext ctx)
|
Method parameters in org.infinispan.interceptors with type arguments of type MarshalledValue | |
---|---|
protected Map<Object,Object> |
MarshalledValueInterceptor.wrapMap(Map<Object,Object> m,
Set<MarshalledValue> marshalledValues,
InvocationContext ctx)
|
Uses of MarshalledValue in org.infinispan.marshall |
---|
Methods in org.infinispan.marshall that return MarshalledValue | |
---|---|
MarshalledValue |
MarshalledValue.Externalizer.readObject(ObjectInput input)
|
MarshalledValue |
MarshalledValue.setEqualityPreferenceForInstance(boolean equalityPreferenceForInstance)
|
Methods in org.infinispan.marshall that return types with arguments of type MarshalledValue | |
---|---|
Set<Class<? extends MarshalledValue>> |
MarshalledValue.Externalizer.getTypeClasses()
|
Methods in org.infinispan.marshall with parameters of type MarshalledValue | |
---|---|
void |
MarshalledValue.Externalizer.writeObject(ObjectOutput output,
MarshalledValue mv)
|
|
--> |