Class SearchExpressionContextFactory

    • Constructor Detail

      • SearchExpressionContextFactory

        public SearchExpressionContextFactory​(SearchExpressionContextFactory wrapped)

        If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. The getWrapped() will then return the implementation being wrapped.

        Parameters:
        wrapped - The implementation being wrapped.