Package de.gematik.epa.ps
Class EpaPsSimApplication
java.lang.Object
de.gematik.epa.ps.EpaPsSimApplication
Main class of the epa-ps-sim-app. Starts the Spring Boot context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.jakarta.rs.json.JacksonJsonProviderCreate the JsonProvider as Bean, which is then used to serialize and deserialize the data, which are processed at the implemented API interfaces.static void
-
Constructor Details
-
EpaPsSimApplication
public EpaPsSimApplication()
-
-
Method Details
-
main
-
jsonProvider
@Bean public com.fasterxml.jackson.jakarta.rs.json.JacksonJsonProvider jsonProvider()Create the JsonProvider as Bean, which is then used to serialize and deserialize the data, which are processed at the implemented API interfaces.- Returns:
JacksonJsonProvider
-