Uses of Interface
org.wildfly.clustering.marshalling.MarshalledValue
Packages that use MarshalledValue
Package
Description
-
Uses of MarshalledValue in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement MarshalledValueModifier and TypeClassDescriptionclassMarshalledValueimplementation suitable for map keys that uses aByteBufferMarshaller.classMarshalledValueimplementation that uses aByteBufferMarshaller.Classes in org.wildfly.clustering.marshalling that implement interfaces with type arguments of type MarshalledValueModifier and TypeClassDescriptionclassMarshaller that stores attribute values using marshalled values.Methods in org.wildfly.clustering.marshalling that return MarshalledValueModifier and TypeMethodDescription<T> MarshalledValue<T, C> MarshalledValueFactory.createMarshalledValue(T object) Creates a new marshalled value from the specified object.Methods in org.wildfly.clustering.marshalling with parameters of type MarshalledValue -
Uses of MarshalledValue in org.wildfly.clustering.session.cache.attributes
Subclasses with type arguments of type MarshalledValue in org.wildfly.clustering.session.cache.attributesModifier and TypeClassDescriptionclassConfiguration for a factory for creatingSessionAttributesobjects, based on marshalled values.