Index
All Classes and Interfaces|All Packages
B
- Book - Class in pojos
-
Represents a Book entity with id, title, and author.
- Book() - Constructor for class pojos.Book
-
Default constructor for Book.
- Book(int, String, String) - Constructor for class pojos.Book
-
Constructs a Book with the specified id, title, and author.
- Book(String, String) - Constructor for class pojos.Book
-
Constructs a Book with the specified title and author.
F
- filter(FilterableRequestSpecification, FilterableResponseSpecification, FilterContext) - Method in class utils.RestAssuredLogFilter
-
Filters and logs HTTP requests and responses for RestAssured.
- 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
- getAuthor() - Method in class pojos.Book
-
Gets the author of the book.
- getId() - Method in class pojos.Book
-
Gets the id of the book.
- getTitle() - Method in class pojos.Book
-
Gets the title of the book.
J
- jsonFileToMap(String) - Static method in class utils.JsonUtils
-
Converts a JSON file from the classpath to a Map.
- JsonStringify(T) - Static method in class utils.JsonUtils
-
Serializes a Java object to its JSON string representation.
- JsonUtils - Class in utils
-
Utility class for JSON serialization and deserialization.
- JsonUtils() - Constructor for class utils.JsonUtils
M
- mapToJson(Map<String, Object>) - Static method in class utils.JsonUtils
-
Converts a Map to a JSON string.
P
- pojos - package pojos
R
- RestAssuredLogFilter - Class in utils
-
A RestAssured filter for logging HTTP requests and responses during tests.
- RestAssuredLogFilter() - Constructor for class utils.RestAssuredLogFilter
S
- setAuthor(String) - Method in class pojos.Book
-
Sets the author of the book.
- setId(int) - Method in class pojos.Book
-
Sets the id of the book.
- setTitle(String) - Method in class pojos.Book
-
Sets the title of the book.
T
- toString() - Method in class pojos.Book
-
Returns a string representation of the Book.
U
- utils - package utils
All Classes and Interfaces|All Packages