forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eugenp
committed
Dec 24, 2013
1 parent
ee37eb8
commit eae3624
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../baeldung/jackson/dtos/MyDtoWithEnum.java → .../jackson/dtos/withEnum/MyDtoWithEnum.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.baeldung.jackson.dtos; | ||
package org.baeldung.jackson.dtos.withEnum; | ||
|
||
public class MyDtoWithEnum { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ung/jackson/dtos/MyDtoWithEnumCustom.java → ...on/dtos/withEnum/MyDtoWithEnumCustom.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/org/baeldung/jackson/dtos/TypeEnum.java → ...ldung/jackson/dtos/withEnum/TypeEnum.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...on/dtos/TypeEnumWithCustomSerializer.java → ...ithEnum/TypeEnumWithCustomSerializer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...baeldung/jackson/dtos/TypeSerializer.java → ...jackson/dtos/withEnum/TypeSerializer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.baeldung.jackson.dtos; | ||
package org.baeldung.jackson.dtos.withEnum; | ||
|
||
import java.io.IOException; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters