File tree Expand file tree Collapse file tree 7 files changed +11
-1
lines changed
core-java-string-operations-4
testing-modules/testing-assertions Expand file tree Collapse file tree 7 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ This module contains articles about Apache POI
1414- [ Insert a Row in Excel Using Apache POI] ( https://www.baeldung.com/apache-poi-insert-excel-row )
1515- [ Multiline Text in Excel Cell Using Apache POI] ( https://www.baeldung.com/apache-poi-write-multiline-text )
1616- [ Set Background Color of a Cell with Apache POI] ( https://www.baeldung.com/apache-poi-background-color )
17+ - [ Add Borders to Excel Cells With Apache POI] ( https://www.baeldung.com/apache-poi-add-borders )
Original file line number Diff line number Diff line change 66- [ Checking if a Java Class is ‘abstract’ Using Reflection] ( https://www.baeldung.com/java-reflection-is-class-abstract )
77- [ Invoking a Private Method in Java] ( https://www.baeldung.com/java-call-private-method )
88- [ Finding All Classes in a Java Package] ( https://www.baeldung.com/java-find-all-classes-in-package )
9+ - [ Invoke a Static Method Using Java Reflection API] ( https://www.baeldung.com/java-invoke-static-method-reflection )
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ This module contains articles about core Java Security
77- [ Secret Key and String Conversion in Java] ( https://www.baeldung.com/java-secret-key-to-string )
88- [ Enabling Unlimited Strength Cryptography in Java] ( https://www.baeldung.com/jce-enable-unlimited-strength )
99- [ Initialization Vector for Encryption] ( https://www.baeldung.com/java-encryption-iv )
10+ - [ HMAC in Java] ( https://www.baeldung.com/java-hmac )
1011- More articles: [[ <-- prev]] ( /core-java-modules/core-java-security-2 )
Original file line number Diff line number Diff line change 11### Relevant Articles:
22
33- [ Ignoring Commas in Quotes When Splitting a Comma-separated String] ( https://www.baeldung.com/java-split-string-commas )
4+ - [ Compare Strings While Ignoring Whitespace in Java] ( https://www.baeldung.com/java-compare-string-whitespace )
45
Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ This module contains articles about Jackson.
66
77The "REST With Spring" Classes: http://bit.ly/restwithspring
88
9- ### Relevant Articles:
9+ ### Relevant Articles:
10+
1011- [ Using Optional with Jackson] ( https://www.baeldung.com/jackson-optional )
1112- [ Compare Two JSON Objects with Jackson] ( https://www.baeldung.com/jackson-compare-two-json-objects )
1213- [ Jackson vs Gson] ( https://www.baeldung.com/jackson-vs-gson )
1314- [ Inheritance with Jackson] ( https://www.baeldung.com/jackson-inheritance )
1415- [ Working with Tree Model Nodes in Jackson] ( https://www.baeldung.com/jackson-json-node-tree-model )
16+ - [ Get all the Keys in a JSON String Using JsonNode] ( https://www.baeldung.com/java-jsonnode-get-keys )
Original file line number Diff line number Diff line change 33This module contains articles about Project Lombok.
44
55### Relevant Articles:
6+
67- [ Introduction to Project Lombok] ( https://www.baeldung.com/intro-to-project-lombok )
78- [ Using Lombok’s @Builder Annotation] ( https://www.baeldung.com/lombok-builder )
89- [ Using Lombok’s @Getter for Boolean Fields] ( https://www.baeldung.com/lombok-getter-boolean )
@@ -12,3 +13,5 @@ This module contains articles about Project Lombok.
1213- [ Setting up Lombok with Eclipse and Intellij] ( https://www.baeldung.com/lombok-ide )
1314- [ Using the @Singular Annotation with Lombok Builders] ( https://www.baeldung.com/lombok-builder-singular )
1415- [ Using Lombok’s @Accessors Annotation] ( https://www.baeldung.com/lombok-accessors )
16+ - [ Omitting Getter or Setter in Lombok] ( https://www.baeldung.com/lombok-omit-getter-setter )
17+ - [ Declaring Val and Var Variables in Lombok] ( https://www.baeldung.com/java-lombok-val-var )
Original file line number Diff line number Diff line change 33- [ Asserting Log Messages With JUnit] ( https://www.baeldung.com/junit-asserting-logs )
44- [ Assert Two Lists for Equality Ignoring Order in Java] ( https://www.baeldung.com/java-assert-lists-equality-ignore-order )
55- [ Assert That a Java Optional Has a Certain Value] ( https://www.baeldung.com/java-optional-assert-value )
6+ - [ Assert that an Object is from a Specific Type] ( https://www.baeldung.com/java-assert-object-of-type )
You can’t perform that action at this time.
0 commit comments