Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some suggestions for the future #34

Closed
yyfcode opened this issue Aug 12, 2018 · 1 comment
Closed

Some suggestions for the future #34

yyfcode opened this issue Aug 12, 2018 · 1 comment

Comments

@yyfcode
Copy link

yyfcode commented Aug 12, 2018

1、Add support for mask strings

@Specs(value = {@Spec(path = "xx", params = "xx", spec = Like.class, defaultValue = "xx"),
                    @Spec(path = "xx", params = "xx", spec = Equal.class, defaultValue = "xx"),
                    @Spec(path = "xx", params = "xx", spec = Equal.class, defaultValue = "xx"),
                    @Spec(path = "xx", params = "xx", spec = NotEqual.class, defaultValue = "xx"),
                    @Spec(path = "xx", params = "xx", spec = Like.class, defaultValue = "xx"),
                    @Spec(path = "xx", params = "xx", spec = NotEqual.class, defaultValue = "xx")},
                   maskString = "(#1 and #2) and ((#3 or #4) and (#5 or #6))") Specification<CompanyEntity> spec 

2、Replace Converter ,Use Spring ConversionService
3、Replace config,Use pattern,example: pattern="yyyyMMdd" or pattern="#.00" or ....
4、Add constVal support Spring SpEL Expressions

@tkaczmarzyk
Copy link
Owner

(closed as signification portion of the suggestions were implemented in the meantime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants