Add README descriptions 33 (#7962)

This commit is contained in:
Eugen 2019-10-09 19:35:23 +03:00 committed by GitHub
commit b1b248b7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 33 additions and 13 deletions

View File

@ -1,9 +1,9 @@
========= ## GSON
## GSON Cookbooks and Examples
This module contains articles about Gson
### Relevant Articles: ### Relevant Articles:
- [Gson Deserialization Cookbook](https://www.baeldung.com/gson-deserialization-guide) - [Gson Deserialization Cookbook](https://www.baeldung.com/gson-deserialization-guide)
- [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson) - [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)
- [Exclude Fields from Serialization in Gson](https://www.baeldung.com/gson-exclude-fields-serialization) - [Exclude Fields from Serialization in Gson](https://www.baeldung.com/gson-exclude-fields-serialization)

View File

@ -1,4 +1,6 @@
# Guava ## Guava Collections Set
This module contains articles about Google Guava sets
## Relevant Articles: ## Relevant Articles:

View File

@ -1,9 +1,9 @@
========= ## Guava Collections
## Guava and Hamcrest Cookbooks and Examples
This module contains articles about Google Guava collections
### Relevant Articles: ### Relevant Articles:
- [Guava Collections Cookbook](https://www.baeldung.com/guava-collections) - [Guava Collections Cookbook](https://www.baeldung.com/guava-collections)
- [Guava Ordering Cookbook](https://www.baeldung.com/guava-order) - [Guava Ordering Cookbook](https://www.baeldung.com/guava-order)
- [Guide to Guavas Ordering](https://www.baeldung.com/guava-ordering) - [Guide to Guavas Ordering](https://www.baeldung.com/guava-ordering)

View File

@ -1,3 +1,7 @@
## Guava IO
This module contains articles about input/output (IO) with Google Guava
### Relevant Articles: ### Relevant Articles:
- [Using Guava CountingOutputStream](https://www.baeldung.com/guava-counting-outputstream) - [Using Guava CountingOutputStream](https://www.baeldung.com/guava-counting-outputstream)

View File

@ -1,3 +1,4 @@
## Guava Modules ## Guava Modules
This module contains other modules about Google Guava

View File

@ -1,5 +1,6 @@
## Guava
## Guava Examples This module contains articles a Google Guava
### Relevant Articles: ### Relevant Articles:
- [Guava Functional Cookbook](https://www.baeldung.com/guava-functions-predicates) - [Guava Functional Cookbook](https://www.baeldung.com/guava-functions-predicates)

View File

@ -1,5 +1,8 @@
## Google Guice Tutorials Project ## Google Guice
This module contains articles about Google Guice
### Relevant Articles ### Relevant Articles
- [Guide to Google Guice](https://www.baeldung.com/guice) - [Guide to Google Guice](https://www.baeldung.com/guice)
- [Guice vs Spring Dependency Injection](https://www.baeldung.com/guice-spring-dependency-injection) - [Guice vs Spring Dependency Injection](https://www.baeldung.com/guice-spring-dependency-injection)

View File

@ -1,3 +1,7 @@
## Hazelcast
This module contains articles about Hazelcast
### Relevant Articles: ### Relevant Articles:
- [Guide to Hazelcast with Java](https://www.baeldung.com/java-hazelcast) - [Guide to Hazelcast with Java](https://www.baeldung.com/java-hazelcast)
- [Introduction to Hazelcast Jet](https://www.baeldung.com/hazelcast-jet) - [Introduction to Hazelcast Jet](https://www.baeldung.com/hazelcast-jet)

View File

@ -1,3 +1,7 @@
## Helidon
This module contains articles about Helidon
### Relevant articles ### Relevant articles
- [Microservices with Oracle Helidon](https://www.baeldung.com/microservices-oracle-helidon) - [Microservices with Oracle Helidon](https://www.baeldung.com/microservices-oracle-helidon)

View File

@ -1,9 +1,10 @@
========= ## HttpClient 4.x
## HttpClient 4.x Cookbooks and Examples
This module contains articles about HttpClient 4.x
###The Course ###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles: ### Relevant Articles: