VOOZH about

URL: https://www.javacodegeeks.com/author/mary-zheng/page/7

⇱ Mary Zheng, Author at Java Code Geeks - Page 7 of 9


  • Core Java👁 Image
    Mary ZhengJune 24th, 2024
    0 2,697

    MapStruct With Inheritance Examples

    1. Introduction MapStruct is an open-source, compile-time code generator, and annotation processor. It simplifies the implementation of mappings between different…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengJune 21st, 2024
    0 1,974

    Spring MockMVC Get JSON As Object

    1. Introduction Spring MockMVC is the Spring MVC testing framework which performs Spring MVC request handling and response asserting via…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengJune 17th, 2024
    0 2,537

    How to Test a Spring AOP Aspect

    1. Introduction Aspect-Oriented Programming (AOP) is one of programming paradigms that separates cross-cutting concerns as aspects. It complements Object-Oriented Programming…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 14th, 2024
    0 1,934

    Lombok Constructor Annotations Example

    1. Introduction Lombok is an open-source Java library that generates getter, setter, toString, equals, hashCode, and constructors automatically to reduce…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 10th, 2024
    0 784

    Read and Write JSON to File with GSON

    1. Introduction Using GSON to read and write json to file is easy with the fromJson and toJson APIs. GSON…

    Read More »
  • Java👁 Image
    Mary ZhengJune 6th, 2024
    0 6,988

    Jackson Serialize and Deserialize LocalDate Example

    1. Introduction Creating a custom serializer and deserializer via the Jackson library is a common task in Java applications. The…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 5th, 2024
    0 3,498

    Custom Field Name with @JsonProperty

    1. Introduction Custom field name with @JsonProperty is very useful when mapping Java fields to JavaScript Object Notation (JSON) properties…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 30th, 2024
    0 1,500

    Jackson and Lombok Examples

    1. Introduction Jackson is an open-source java library for processing JSONs. It deserializes a JSON string into a Plain Old…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 30th, 2024
    0 522

    Map Subset of JSON via Jackson

    1. Introduction JavaScript Object Notation (JSON) is a text-based data format and widely used in the APIs for exchanging data…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
Back to top button
Close