spring - can I pass Predicate from querydsl to server? -


i reading tutorial here spring , thought querydsl interesting if can passed client. way client has total control on how filter data , there 1 generic method(filter) needed same dataset.

i see predicate's parent extends expression extends serializable, seems can serialize predicate, got stackoverflow exception when trying jackson. found has stringvalue() method can't find way have predicate read it.

is possible have client decide how construct predicate object?


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -