Uses of Record Class
io.github.torand.openapi2java.model.ConstantValue
Packages that use ConstantValue
Package
Description
Provides classes to collect relevant information from an OpenAPI specification.
Provides classes to keep collected information from an OpenAPI specification.
-
Uses of ConstantValue in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return ConstantValueModifier and TypeMethodDescriptionprotected ConstantValueBaseCollector.getHeaderNameConstant(String name) Gets header name constant from specified header name. -
Uses of ConstantValue in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return ConstantValueModifier and TypeMethodDescriptionConstantValue.withStaticImport(String staticImport) Returns a newConstantValueobject with specified static import added.