Uses of Class
com.espertech.esper.common.client.serde.SerdeProviderAdditionalInfo
Packages that use SerdeProviderAdditionalInfo
Package
Description
Serdes are for serializing and de-serializing.
-
Uses of SerdeProviderAdditionalInfo in com.espertech.esper.common.client.serde
Subclasses of SerdeProviderAdditionalInfo in com.espertech.esper.common.client.serdeModifier and TypeClassDescriptionclass
Information that the serde applies to an aggregation.class
Information that the serde applies to an distinct-value expression of an aggregation.class
Information that the serde applies to a derived-value view property.class
Information about the event property for which to obtain a serde.class
Information about the event type for which to obtain a serde.class
Information that the serde applies to a filter.class
Information that the serde applies to an index.class
Information about the multikey for which to obtain a serde.class
Information about the variable for which to obtain a serde.class
For use with high-availability and scale-out only, this class provides contextual information about the event type that we looking to serialize or de-serialize, for use withSerdeProvider
Methods in com.espertech.esper.common.client.serde that return SerdeProviderAdditionalInfoModifier and TypeMethodDescriptionSerdeProviderContextClass.getAdditionalInfo()
Returns additional information on why and where a serde is need for this typeConstructors in com.espertech.esper.common.client.serde with parameters of type SerdeProviderAdditionalInfoModifierConstructorDescriptionSerdeProviderContextClass
(EPTypeClass clazz, SerdeProviderAdditionalInfo additionalInfo) Ctor. -
Uses of SerdeProviderAdditionalInfo in com.espertech.esper.common.internal.serde.compiletime.resolve
Methods in com.espertech.esper.common.internal.serde.compiletime.resolve with parameters of type SerdeProviderAdditionalInfoModifier and TypeMethodDescriptionprotected static SerdeProvision
SerdeCompileTimeResolverUtil.determineSerde
(EPTypeClass type, Collection<SerdeProvider> serdeProviders, boolean allowSerializable, boolean allowExternalizable, boolean allowSerializationFallback, SerdeProviderAdditionalInfo additionalInfo)