Skip to content

How to implement the json function with 1.5.2? #895

Closed
@renwairen

Description

@renwairen

Hi:
I want to extend some json function, such as "xxx MEMBER OF (json_column)".
When I use 1.5.0,I can do like this:

    class IsMemberOf extends AbstractSingleValueCondition<String> {
            @Override
            public String renderCondition(String columnName, String placeholder) {
                return columnName + " MEMBER OF (" + super.value + ")"; 
            }
        }

But with 1.5.2, it's not easy to do so, how can I implement this function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions