Interface SessionAttributesFactoryConfiguration<V,MV>
- Type Parameters:
V- attributes cache entry typeMV- attributes serialized form type
- All Known Implementing Classes:
IdentityMarshallerSessionAttributesFactoryConfiguration,MarshalledValueMarshallerSessionAttributesFactoryConfiguration,MarshallerSessionAttributesFactoryConfiguration
public interface SessionAttributesFactoryConfiguration<V,MV>
Configuration of a factory for creating a
SessionAttributes object.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMarshaller
Marshaller<V,MV> getMarshaller() -
getImmutability
Immutability getImmutability()
-