Package de.gematik.ncpeh.api.mock
Class NCPeHMockApplication
java.lang.Object
de.gematik.ncpeh.api.mock.NCPeHMockApplication
The main class of the Spring Boot application
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProviderCreate the JsonProvider as Bean, which is then used to serialize and deserialize the data, which are processed at the implemented API interface (NCPeHMockApiImpl).org.apache.cxf.ext.logging.LoggingFeaturestatic void
-
Constructor Details
-
NCPeHMockApplication
public NCPeHMockApplication()
-
-
Method Details
-
jsonProvider
@Bean public com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider jsonProvider()Create the JsonProvider as Bean, which is then used to serialize and deserialize the data, which are processed at the implemented API interface (NCPeHMockApiImpl).- Returns:
JacksonJaxbJsonProvider
-
loggingFeature
@Bean public org.apache.cxf.ext.logging.LoggingFeature loggingFeature() -
main
-