My Library Docs

Multi-root Sidebar

flex-layout

  • Getting Started

  • Guides

  • Reference

typed-rx-http

  • Getting Started

  • Guides

  • Reference

global-rx-state

  • Getting Started

  • Guides

  • Reference

webflux-fe-dev-assistant

reactive-mongo-dsl

External JAR & Type Mapping

Uses decompile and custom schema mapper when common module handler/DTO is outside the source tree.


Add jar based on class
java

Find the jar location from the code source of the specified class and decompile it with CFR to broaden the analysis scope of route/handler/type. It also provides addDecompileJar to add jar paths directly.

custom type schema
java

If the predicate returns true, it processes the schema of that type with custom mapping. This can be used for number and date wrappers where the JSON serialization format differs from the OpenAPI schema.

sourceClasspath

When the symbol solver cannot find external sources or compiled classes, use addSourceClasspath and sourceClasspath. Simply having an import does not allow the parser to interpret all generic types.

© 2026 Byeolnaerim. All rights reserved.IntroductionPrivacy Policy