-
Notifications
You must be signed in to change notification settings - Fork 4
APIKIT-2511: Move validation to Parser Wrapper #64
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
base: main
Are you sure you want to change the base?
Conversation
04caf0a
to
9a520f0
Compare
import org.mule.runtime.api.metadata.TypedValue; | ||
|
||
public class ActionValidator { | ||
// TODO : cache org.mule.validation.body validator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add ticket related to this task
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done , related to APIKIT-2511
import org.mule.runtime.api.metadata.TypedValue; | ||
|
||
public class RequestValidator { | ||
// TODO : cache actions validators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add ticket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done , related to APIKIT-2511
*/ | ||
package org.mule.validation; | ||
|
||
import static java.lang.String.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
avoid * imports
9a520f0
to
3facfcf
Compare
No description provided.