-
public final class OpenApiBuilderDslKt
-
-
Method Summary
Modifier and Type Method Description final PathInfogetPathInfo()final static List<HandlerMetaInfo>overridePaths(List<HandlerMetaInfo> handlerMetaInfoList, List<HandlerMetaInfo> overridenPaths)final static UnitapplyMetaInfoList(Components $self, List<HandlerMetaInfo> handlerMetaInfoList, CreateSchemaOptions options)final static UnitapplyMetaInfoList(Paths $self, List<HandlerMetaInfo> handlerMetaInfoList, CreateSchemaOptions options)final static UnitapplyMetaInfoList(PathItem $self, CreateSchemaOptions options, PathParser path, List<HandlerMetaInfo> handlerMetaInfoList)final static UnitapplyMetaInfo(Operation $self, CreateSchemaOptions options, PathParser path, HandlerMetaInfo metaInfo)final static UnitensureDefaultResponse(Paths $self)final static HttpMethodasAnnotationHttpMethod(HandlerType $self)final static PathItem.HttpMethodasPathItemHttpMethod(HandlerType $self)-
-
Method Detail
-
getPathInfo
final PathInfo getPathInfo()
-
overridePaths
final static List<HandlerMetaInfo> overridePaths(List<HandlerMetaInfo> handlerMetaInfoList, List<HandlerMetaInfo> overridenPaths)
-
applyMetaInfoList
final static Unit applyMetaInfoList(Components $self, List<HandlerMetaInfo> handlerMetaInfoList, CreateSchemaOptions options)
-
applyMetaInfoList
final static Unit applyMetaInfoList(Paths $self, List<HandlerMetaInfo> handlerMetaInfoList, CreateSchemaOptions options)
-
applyMetaInfoList
final static Unit applyMetaInfoList(PathItem $self, CreateSchemaOptions options, PathParser path, List<HandlerMetaInfo> handlerMetaInfoList)
-
applyMetaInfo
final static Unit applyMetaInfo(Operation $self, CreateSchemaOptions options, PathParser path, HandlerMetaInfo metaInfo)
-
ensureDefaultResponse
final static Unit ensureDefaultResponse(Paths $self)
-
asAnnotationHttpMethod
final static HttpMethod asAnnotationHttpMethod(HandlerType $self)
-
asPathItemHttpMethod
final static PathItem.HttpMethod asPathItemHttpMethod(HandlerType $self)
-
-
-
-