Skip to content

Commit

Permalink
Refactored Banking Webhooks to use Jackson (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk authored Jul 3, 2023
1 parent 556d5cf commit 34c3387
Show file tree
Hide file tree
Showing 96 changed files with 6,638 additions and 16,342 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Configuration webhooks
*
* The version of the OpenAPI document: 1
* Contact: [email protected]
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
Expand All @@ -17,9 +17,12 @@
import java.util.Map;
import jakarta.ws.rs.core.GenericType;

import com.fasterxml.jackson.annotation.JsonValue;

/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/

public abstract class AbstractOpenApiSchema {

// store the actual instance of the schema/object
Expand Down Expand Up @@ -48,7 +51,7 @@ public AbstractOpenApiSchema(String schemaType, Boolean isNullable) {
*
* @return an instance of the actual schema/object
*/
//@JsonValue
@JsonValue
public Object getActualInstance() {return instance;}

/**
Expand Down
Loading

0 comments on commit 34c3387

Please sign in to comment.