Basic Examples of Groovy
1) Usage of Strings
String
usage in Groovy is similar to many programming languages, but Groovy has some unique features. Here are the basic details regarding String usage:
In Groovy, with strings defined using double quotes, you can directly embed variable values. This feature is called "String interpolation" or "GString."
2) Differences in the Usage of Single, Double, and Triple Quotes in Strings
In Groovy, single quotes ('), double quotes ("), and triple quotes (''' or """) can be used to define String
. The differences in the use of these quotes are as follows:
Single Quotes(' '):
- Strings defined with single quotes are plain strings.
- String interpolation (variable embedding) cannot be done within single-quoted strings.
- GROOVY
- Strings defined with single quotes are plain strings.
- String interpolation (variable embedding) cannot be done within single-quoted strings.
- GROOVY
Double Quotes("):
- Strings defined with double quotes are known as "GString" in Groovy.
- String interpolation (variable embedding) can be done within double-quoted strings.
- GROOVY
Triple Quotes('''):
- Triple quotes are used to define multi-line strings.
- String interpolation can be done within triple-quoted strings.
- GROOVY
3) Checking if a String is Empty in Groovy
In Groovy, the isEmpty()
method can be used to check if a string is empty.
4) Checking if an Object is Empty in Groovy
In Groovy, to check if an object is empty, you can use the expressions == null
or != null
.
5) For Loop in Groovy
A for
loop in Groovy is written similar to Java. Here's a basic example:
6) While Loop in Groovy
while
loop in Groovy is used similarly to other programming languages. Here's a basic example:
7) Defining a Function (Method) in Groovy
In Groovy, functions are commonly referred to as "methods" and are typically defined similar to Java. However, Groovy provides a more flexible syntax.
8) Try-Catch Usage in Groovy
The try-catch
structure in Groovy is used, like in Java, for catching and handling errors (exceptions). The syntax and usage are very similar to Java.
9) Concatenation in Groovy
String concatenation in Groovy can be achieved through several methods. Here are some examples of these methods:
1. Concatenation with the Basic+ Operator:
2. Usage of GString (Parameter String) :
Groovy supports GString, a string type that can directly embed values using the ${...}
syntax for concatenation.
3. Concatenation with <<
Operator:
This method is more performant for string concatenation operations on large data sets.
4. join()
Method:
It is used to combine elements in lists.
10) Escaping Special Characters in Strings in Groovy
11) Usage of Apache StringUtils in Groovy
You can use the import
keyword to use Java libraries in Groovy.
12) Base64 Encoding and Decoding with Apache Commons Codec in Java
You can perform Base64 encoding and decoding operations in Java using the Apache Commons Codec library. This library provides the Base64
class for Base64 operations.
13) Usage of the XmlUtil Class with Java Import in Groovy
Groovy is a powerful language for XML processing, providing numerous built-in features that facilitate tasks such as reading, creating, and editing XML content. The XmlUtil
class is used for printing XML content in a structured (pretty-print) manner.
14) Reading Data from XML in Groovy

Groovy provides a powerful and flexible language for reading XML content. In Groovy, you typically use the XmlSlurper
or XmlParser
classes to read XML content.
15) Adding an Element to XML in Groovy

Groovy provides useful tools for adding a new element to XML content. For this task, you typically use the XmlParser
or XmlSlurper
classes.
16) Deleting an Element in XML in Groovy

Certainly, in Groovy, you can use the XmlParser
or XmlSlurper
classes to delete an element from XML content.
17) Editing an Element in XML in Groovy
To edit an element in XML content in Groovy, you can use the XmlParser
or XmlSlurper
classes.
18) Iterating through XML using a loop in Groovy

To edit an element in XML content in Groovy, you can use the XmlParser
or XmlSlurper
classes.
19) Reading Value from JSON Content in Groovy

Groovy is a very powerful language for JSON operations and has many built-in features that make it easy to read, create and edit JSON content. The JsonSlurper
class is used to parse and read JSON content.
20) Creating JSON Content in Groovy
Groovy offers built-in classes like JsonBuilder
and JsonOutput
to easily create and edit JSON data. These classes are very useful for creating data in JSON format.
21) Adding Elements to JSON Content in Groovy

Groovy offers built-in classes for JSON operations, such as JsonSlurper
and JsonBuilder
. Thanks to these classes, you can easily parse JSON content, edit it and add new elements.
22) Deleting Elements from JSON Content in Groovy

Groovy offers built-in classes for JSON operations, such as JsonSlurper
and JsonBuilder
. These classes are very useful for easily parsing JSON content, editing and deleting elements.
23) Editing Element in JSON Content in Groovy

Groovy offers built-in classes for JSON operations, such as JsonSlurper
and JsonBuilder
. These classes are very useful for easily parsing JSON content, editing it and changing the values of elements.
24) Navigating a JSON Array with For in Groovy

Groovy offers built-in classes for JSON operations, such as JsonSlurper
and JsonBuilder
. These classes are very useful to easily parse JSON content, edit it and change the values of elements.
25) Apinizer Variables

With the script policy, the header, parameter, body and error message contents of the messages can be processed with the selected script language.
The original version of the incoming request message and the original version of the returned response message cannot be changed; only reading can be done on these data.
The request sent to the Backend API and the response returned to the client can be both read and modified.
The reading and modification operations to be performed include the header, parameter and body parts of the message. Various keywords were used to access these fields on the script. These keywords vary depending on the region you want to reach.
- To access titles → <request|response>HeaderMap<From|To><Client|TargetAPI>
- To access URL parameters → <request>UrlParamMap<From|To><Client|TargetAPI>
- To access the body → <request|response>BodyText<From|To><Client|TargetAPI>
- To terminate the policy and return a customized error message → <request|response>ErrorMessage<From|To><Client|TargetAPI> you must use this notation.
- To change the status code → statusCode<From|To><Client|TargetAPI>
- 1) Usage of Strings
- 2) Differences in the Usage of Single, Double, and Triple Quotes in Strings
- 3) Checking if a String is Empty in Groovy
- 4) Checking if an Object is Empty in Groovy
- 5) For Loop in Groovy
- 6) While Loop in Groovy
- 7) Defining a Function (Method) in Groovy
- 8) Try-Catch Usage in Groovy
- 9) Concatenation in Groovy
- 10) Escaping Special Characters in Strings in Groovy
- 11) Usage of Apache StringUtils in Groovy
- 12) Base64 Encoding and Decoding with Apache Commons Codec in Java
- 13) Usage of the XmlUtil Class with Java Import in Groovy
- 14) Reading Data from XML in Groovy
- 15) Adding an Element to XML in Groovy
- 16) Deleting an Element in XML in Groovy
- 17) Editing an Element in XML in Groovy
- 18) Iterating through XML using a loop in Groovy
- 19) Reading Value from JSON Content in Groovy
- 20) Creating JSON Content in Groovy
- 21) Adding Elements to JSON Content in Groovy
- 22) Deleting Elements from JSON Content in Groovy
- 23) Editing Element in JSON Content in Groovy
- 24) Navigating a JSON Array with For in Groovy
- 25) Apinizer Variables