openapi-nexus 0.1.2

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by openapi-nexus. DO NOT EDIT.
//
// Optional Array of Inline Objects Test — 1.0.0
// Test case for optional array of inline objects with snake_case to camelCase conversion

package com.example.sdk.runtime;

import okhttp3.Request;

public interface Authenticator {
    void authenticate(Request.Builder builder);
}