Why use SpecificationBuilder ?
Spring boot Specification Builder
Sep 30, 20222 min read41

Search for a command to run...
Articles tagged with #java
Spring boot Specification Builder

Hi guys, Lets talk about it. We use this annotation when we try to map some json response to a pojo class variable. Like when are having a json variable in response whose name is something that we dont want to keep in our pojo class as it, like respo...

Direct to point: Java and kotlin both have different syntax but works quite same. Even if someone will look closely into the libraries of kotlin then one will know java code files are being used. Kotlin also use jdk for code compilation and almost al...
