Skip to content

Allow updating individual parts of the processor #3

@nomisRev

Description

@nomisRev

Some ideas:

  1. abstract class, Wrapper(lambdas): Interceptor, ... (should be compatible with Gradle ideally, especially in relation to the union ticket)
  2. Split all interceptors into smaller groups for example:
interface OpenAPIInterceptor {
  interface Enum {
    toEnum(...): KModel
    enum(...): KModel
  }
  // interface Union (oneOf, ?), Object, etc
}

interface NamingStrategy {
  interface Enum { ... }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions