KGKishan Galgotrainevolutsoft.hashnode.dev路Sep 30, 2022 路 2 min readWhy use SpecificationBuilder ?Hi there ,lets discuss it. Often in spring boot application we receive many api request which requires some filter on data .These Filter values are sent From Frontend in payload body. Also what if there are other request which require different filte...00
KGKishan Galgotrainevolutsoft.hashnode.dev路Sep 21, 2022 路 2 min readUse of @JsonpropertyHi 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...00
KGKishan Galgotrainevolutsoft.hashnode.dev路May 12, 2022 路 1 min readJava vs KotlinDirect 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...00