Index

A B C D E F G H I J K L M N R S T U 
All Classes and Interfaces|All Packages

A

address() - Method in record class records.Location
Returns the value of the address record component.
Address - Record Class in records
Record representing an address in the Amadeus API.
Address(String, String, String, String, String, String) - Constructor for record class records.Address
Creates an instance of a Address record class.
airportQueries() - Method in record class records.AirportQueriesWrapper
Returns the value of the airportQueries record component.
AirportQueriesWrapper - Record Class in records
Record for wrapping a list of airport query test data.
AirportQueriesWrapper(List<AirportQueriesWrapper.AirportQuery>) - Constructor for record class records.AirportQueriesWrapper
Creates an instance of a AirportQueriesWrapper record class.
AirportQueriesWrapper.AirportQuery - Record Class in records
Record representing an airport query test case.
AirportQuery(String, String, List<Location>) - Constructor for record class records.AirportQueriesWrapper.AirportQuery
Creates an instance of a AirportQuery record class.

B

base64ToKey(String) - Static method in class utils.EncryptionUtils
Converts a Base64 encoded string key to a SecretKey object.

C

cityCode() - Method in record class records.Address
Returns the value of the cityCode record component.
cityName() - Method in record class records.Address
Returns the value of the cityName record component.
countryCode() - Method in record class records.Address
Returns the value of the countryCode record component.
countryCode() - Method in record class records.AirportQueriesWrapper.AirportQuery
Returns the value of the countryCode record component.
countryName() - Method in record class records.Address
Returns the value of the countryName record component.

D

data() - Method in record class records.LocationWrapper
Returns the value of the data record component.
decrypt(String, String) - Static method in class utils.EncryptionUtils
Decrypts an encrypted string using AES decryption.
detailedName() - Method in record class records.Location
Returns the value of the detailedName record component.

E

encrypt(String, String) - Static method in class utils.EncryptionUtils
Encrypts a plain text string using AES encryption.
EncryptionUtils - Class in utils
Utility class for encryption and decryption using AES algorithm.
EncryptionUtils() - Constructor for class utils.EncryptionUtils
 
equals(Object) - Method in record class records.Address
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class records.AirportQueriesWrapper.AirportQuery
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class records.AirportQueriesWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class records.Location
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class records.LocationWrapper
Indicates whether some other object is "equal to" this one.
expected() - Method in record class records.AirportQueriesWrapper.AirportQuery
Returns the value of the expected record component.

F

filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class utils.RestAssuredLoggerFilter
Filters the HTTP request and response, logging details at appropriate log levels.
fromJson(String, Class<T>) - Static method in class utils.JsonUtils
Converts a JSON string to an object of the specified class.
fromJson(String, Class<T>, boolean) - Static method in class utils.JsonUtils
Reads and converts a JSON file from the classpath to an object of the specified class.

G

generateKey() - Static method in class utils.EncryptionUtils
Generates a new AES key and returns it as a Base64 encoded string.
getProperty(String) - Method in class utils.ReadProperties
Gets a property value by its key.

H

hashCode() - Method in record class records.Address
Returns a hash code value for this object.
hashCode() - Method in record class records.AirportQueriesWrapper.AirportQuery
Returns a hash code value for this object.
hashCode() - Method in record class records.AirportQueriesWrapper
Returns a hash code value for this object.
hashCode() - Method in record class records.Location
Returns a hash code value for this object.
hashCode() - Method in record class records.LocationWrapper
Returns a hash code value for this object.

I

iataCode() - Method in record class records.Location
Returns the value of the iataCode record component.

J

jsonToMap(InputStream) - Static method in class utils.JsonUtils
Converts a JSON input stream to a Map.
jsonToMap(String) - Static method in class utils.JsonUtils
Converts a JSON string to a Map.
JsonUtils - Class in utils
Utility class for JSON operations using Jackson ObjectMapper.
JsonUtils() - Constructor for class utils.JsonUtils
 

K

keyword() - Method in record class records.AirportQueriesWrapper.AirportQuery
Returns the value of the keyword record component.

L

Location - Record Class in records
 
Location(String, String, String, String, String, String, Address) - Constructor for record class records.Location
Creates an instance of a Location record class.
LocationWrapper - Record Class in records
 
LocationWrapper(List<Location>) - Constructor for record class records.LocationWrapper
Creates an instance of a LocationWrapper record class.

M

main(String[]) - Static method in class utils.EncryptionUtils
Main method for demonstrating encryption/decryption functionality.

N

name() - Method in record class records.Location
Returns the value of the name record component.

R

ReadProperties - Class in utils
Utility class for reading properties from a configuration file.
ReadProperties() - Constructor for class utils.ReadProperties
Constructs a new ReadProperties instance.
records - package records
 
regionCode() - Method in record class records.Address
Returns the value of the regionCode record component.
RestAssuredLoggerFilter - Class in utils
A Rest-Assured filter that logs HTTP request and response details using Log4j2.
RestAssuredLoggerFilter() - Constructor for class utils.RestAssuredLoggerFilter
Constructs a new RestAssuredLoggerFilter.

S

stateCode() - Method in record class records.Address
Returns the value of the stateCode record component.
subType() - Method in record class records.Location
Returns the value of the subType record component.

T

timeZoneOffset() - Method in record class records.Location
Returns the value of the timeZoneOffset record component.
toString() - Method in record class records.Address
Returns a string representation of this record class.
toString() - Method in record class records.AirportQueriesWrapper.AirportQuery
Returns a string representation of this record class.
toString() - Method in record class records.AirportQueriesWrapper
Returns a string representation of this record class.
toString() - Method in record class records.Location
Returns a string representation of this record class.
toString() - Method in record class records.LocationWrapper
Returns a string representation of this record class.
type() - Method in record class records.Location
Returns the value of the type record component.

U

utils - package utils
 
A B C D E F G H I J K L M N R S T U 
All Classes and Interfaces|All Packages