File tree Expand file tree Collapse file tree 10 files changed +36
-12
lines changed
java-collections-conversions Expand file tree Collapse file tree 10 files changed +36
-12
lines changed Original file line number Diff line number Diff line change 1
- =========
2
- ## This module contains articles that are part of the HTTPClient Ebook
1
+ ## HTTPClient Ebook
2
+
3
+ This module contains articles about HTTPClient that are part of the HTTPClient Ebook.
4
+
5
+ ### Relevant Articles
3
6
4
7
- [ HttpClient 4 – Get the Status Code] ( https://www.baeldung.com/httpclient-status-code )
5
8
- [ HttpClient with SSL] ( https://www.baeldung.com/httpclient-ssl )
Original file line number Diff line number Diff line change
1
+ ## Hystrix
2
+
3
+ This module contains articles about Hystrix.
4
+
1
5
### Relevant Articles:
2
6
- [ Hystrix Integration with Existing Spring Application] ( https://www.baeldung.com/hystrix-integration-with-spring-aop )
3
7
- [ Introduction to Hystrix] ( https://www.baeldung.com/introduction-to-hystrix )
Original file line number Diff line number Diff line change
1
+ ## Image Processing
2
+
3
+ This module contains articles about image processing.
4
+
1
5
### Relevant Articles:
2
6
- [ Working with Images in Java] ( https://www.baeldung.com/java-images )
Original file line number Diff line number Diff line change
1
+ ## Immutables
2
+
3
+ This module contains articles about the Immutables library.
4
+
1
5
### Relevant Articles:
2
6
- [ Introduction to Immutables] ( https://www.baeldung.com/immutables )
Original file line number Diff line number Diff line change 1
- =========
2
-
3
1
## Jackson Cookbooks and Examples
4
2
3
+ This module contains articles about Jackson.
4
+
5
5
### The Course
6
6
The "REST With Spring" Classes: http://bit.ly/restwithspring
7
7
@@ -12,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
12
12
- [ Converting JSON to CSV in Java] ( https://www.baeldung.com/java-converting-json-to-csv )
13
13
- [ Compare Two JSON Objects with Jackson] ( https://www.baeldung.com/jackson-compare-two-json-objects )
14
14
- [ Calling Default Serializer from Custom Serializer in Jackson] ( https://www.baeldung.com/jackson-call-default-serializer-from-custom-serializer )
15
+ - More articles: [[ <-- prev]] ( /../jackson )
Original file line number Diff line number Diff line change 1
- =========
2
1
### Jackson Articles that are also part of the e-book
3
2
3
+ This module contains articles about Jackson that are also part of the Jackson Ebook.
4
+
4
5
###The Course
5
6
The "REST With Spring" Classes: http://bit.ly/restwithspring
6
7
Original file line number Diff line number Diff line change 1
- =========
2
-
3
1
## Jackson Cookbooks and Examples
4
2
3
+ This module contains articles about Jackson.
4
+
5
5
###The Course
6
6
The "REST With Spring" Classes: http://bit.ly/restwithspring
7
7
@@ -32,4 +32,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
32
32
- [ Convert XML to JSON Using Jackson] ( https://www.baeldung.com/jackson-convert-xml-json )
33
33
- [ Deserialize Immutable Objects with Jackson] ( https://www.baeldung.com/jackson-deserialize-immutable-objects )
34
34
- [ Mapping a Dynamic JSON Object with Jackson] ( https://www.baeldung.com/jackson-mapping-dynamic-object )
35
+ - More articles: [[ next -->]] ( /../jackson-2 )
35
36
Original file line number Diff line number Diff line change 1
- =========
2
-
3
1
## Java Collections Cookbooks and Examples
4
2
3
+ This module contains articles about conversions among Collection types and arrays in Java.
4
+
5
5
### Relevant Articles:
6
6
- [ Converting between an Array and a List in Java] ( https://www.baeldung.com/convert-array-to-list-and-list-to-array )
7
7
- [ Converting between an Array and a Set in Java] ( https://www.baeldung.com/convert-array-to-set-and-set-to-array )
Original file line number Diff line number Diff line change 1
- ## Relevant Articles:
1
+ ## Java Collections Cookbooks and Examples
2
+
3
+ This module contains articles about Map data structures in Java.
4
+
5
+ ### Relevant Articles:
2
6
- [ Map of Primitives in Java] ( https://www.baeldung.com/java-map-primitives )
3
7
- [ Copying a HashMap in Java] ( https://www.baeldung.com/java-copy-hashmap )
4
8
- [ Guide to Java HashMap] ( )
10
14
- [ Finding the Highest Value in a Java Map] ( https://www.baeldung.com/java-find-map-max )
11
15
- [ Initialize a HashMap in Java] ( https://www.baeldung.com/java-initialize-hashmap )
12
16
- [ Java TreeMap vs HashMap] ( https://www.baeldung.com/java-treemap-vs-hashmap )
17
+ - More articles: [[ <-- prev>]] ( /../java-collections-maps )
Original file line number Diff line number Diff line change 1
- =========
2
-
3
1
## Java Collections Cookbooks and Examples
4
2
3
+ This module contains articles about Map data structures in Java.
4
+
5
5
### Relevant Articles:
6
6
- [ Guide to the Guava BiMap] ( https://www.baeldung.com/guava-bimap )
7
7
- [ The Java HashMap Under the Hood] ( https://www.baeldung.com/java-hashmap )
13
13
- [ Comparing Two HashMaps in Java] ( https://www.baeldung.com/java-compare-hashmaps )
14
14
- [ Immutable Map Implementations in Java] ( https://www.baeldung.com/java-immutable-maps )
15
15
- [ Guide to Apache Commons MultiValuedMap] ( https://www.baeldung.com/apache-commons-multi-valued-map )
16
+ - More articles: [[ next -->]] ( /../java-collections-maps-2 )
You can’t perform that action at this time.
0 commit comments