Class EpaPsSimApplication

java.lang.Object
de.gematik.epa.ps.EpaPsSimApplication

@SpringBootApplication public class EpaPsSimApplication extends Object
Main class of the epa-ps-sim-app. Starts the Spring Boot context.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.jakarta.rs.json.JacksonJsonProvider
    Create the JsonProvider as Bean, which is then used to serialize and deserialize the data, which are processed at the implemented API interfaces.
    static void
    main(String[] args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EpaPsSimApplication

      public EpaPsSimApplication()
  • Method Details

    • main

      public static void main(String[] args)
    • 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