Adds an array member to this annotation
@param value Adds a string value to the array member
@return The JAnnotationArrayMember. More elements can be added by callingthe same method multiple times
Adds a member value pair to this annotation
@param name The simple name for this annotation
@param value The boolean value for this annotation
@return The JAnnotationUse. More member value pairs can be added to it using the same or the overloaded methods.
Add the specified variable to the list of parameters for this method signature.
@param type JType of the parameter being added
@param name Name of the parameter being added
@return New parameter variable
Adds a member value pair to this annotation
@param name The simple name for this annotation
@param value The boolean value for this annotation
@return The JAnnotationUse. More member value pairs can be added to it using the same or the overloaded methods.
Add the specified variable to the list of parameters for this method signature.
@param type JType of the parameter being added
@param name Name of the parameter being added
@return New parameter variable
Adds a new value to the specified form parameter.
@param name name of the parameter.
@param value new parameter value to be added.
@return updated {@code Form} instance.
Adds a query parameter with the given name and value. The value is {@link URLEncoder#encode(String,String) UTF-8 URL encoded}.
@param name the name of the query parameter
@param value the value of the query parameter
@return this request object
Add a request parameter to the {@link MockHttpServletRequest}. If called more than once, the new values are added.
@param name the parameter name
@param values one or more values
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.