|
||||||||||
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 |
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.setEqualityPreferenceForInstance(boolean equalityPreferenceForInstance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |