Class ComposedFilterConverterFactory

java.lang.Object
org.infinispan.server.resp.filter.ComposedFilterConverterFactory
All Implemented Interfaces:
KeyValueFilterConverterFactory<byte[],Object,Object>, ParamKeyValueFilterConverterFactory<byte[],Object,Object>

public class ComposedFilterConverterFactory extends Object implements ParamKeyValueFilterConverterFactory<byte[],Object,Object>
Creates a ComposedFilterConverter.

During the allocation of the filter, the parameters must be a byte[][] and have the expected format. Only an exhaustive list of filters are accepted to be composed. Which includes:

To add more filters, the clazzToByte(Class) needs to be updated, along with the allocation to compose the filters.

Since:
15.0