Class StateSnapshotTransformers.ListStateSnapshotTransformer<T>

    • Constructor Detail

    • Method Detail

      • filterOrTransform

        @Nullable
        public List<T> filterOrTransform​(@Nullable
                                         List<T> list)
        Description copied from interface: StateSnapshotTransformer
        Transform or filter out state values which are included or skipped in the snapshot.
        Specified by:
        filterOrTransform in interface StateSnapshotTransformer<T>
        Parameters:
        list - non-serialized form of value
        Returns:
        value to snapshot or null which means the entry is not included