Skip to content

Provide extension point to add custom data type transformations for Swagger #26

Open
@arouel

Description

@arouel

After juggling around with JSON HAL and Swagger I think we need an extension point in SwaggerSupport to be able to add custom transformations for data types. The signature could be A <: AnyRef => ModelProperty or PartialFunction[A <: AnyRef, ModelProperty].

I think it should basically work as the serializers in Json4s. Maybe we can borrow some code there. Opinions?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions