Skip to content

Commit

Permalink
Ok, have local object mapper while we wait for parents to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed May 7, 2024
1 parent 3dbf913 commit bd7e02c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package io.openepcis.testdata.api.filter;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ObjectNode;
import io.openepcis.resources.oas.EPCISExampleOASFilter;
import io.quarkus.runtime.annotations.RegisterForReflection;
Expand All @@ -33,6 +34,7 @@
@Slf4j
public class SchemaExampleOASFilter extends EPCISExampleOASFilter implements OASFilter {

private final ObjectMapper objectMapper = new ObjectMapper();
@Override
public void filterOpenAPI(OpenAPI openAPI) {
super.filterOpenAPI(openAPI);
Expand Down

0 comments on commit bd7e02c

Please sign in to comment.