3ab032d095
* commited initial code for hexagonal architecture * Deleting to check in again * Deleing to check in again * Push first code for Hexagonal Architecture * final code with UT for JSON to Java conversion * removed hexagonal-architecture code from last commit * BEL-5071 updated README * BAEL-5071: Undo README changes and added a nested object in the JSON example. * BAEL-5071: fixed whitespace/indentation in JsonToJavaClassConversion.java * BAEL-5151: Added code for getting the first of a String * BAEL-5151: Renamed Unit Test * BAEL-5151: Moved the files from core-java-string-operations to core-java-string-operations-3 * BAEL-5151: Replaced tabs with white spaces. Co-authored-by: Vaibhav Jain <vaibhav.ashokjain@vodafone.com> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- Version Comparison in Java
- Java (String) or .toString()?
- Split Java String by Newline
- Split a String in Java and Keep the Delimiters
- Validate String as Filename in Java
- Count Spaces in a Java String
- Remove Accents and Diacritics From a String in Java
- Remove Beginning and Ending Double Quotes from a String
- Splitting a Java String by Multiple Delimiters