
net.servicestack.client.Validate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
A client library to call your ServiceStack webservices.
The newest version!
package net.servicestack.client;
public @interface Validate {
///
/// Expression to create a validator registered in Validators.Types
///
public String Validator() default "";
///
/// Boolean #Script Code Expression to Test
///
public String Condition() default "";
///
/// Custom ErrorCode to return
///
public String ErrorCode() default "";
///
/// FluentValidation Error Message
///
public String Message() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy