Uses of Record Class
io.github.torand.openapi2java.model.MethodInfo
Packages that use MethodInfo
Package
Description
Provides classes to collect relevant information from an OpenAPI specification.
Provides classes to keep collected information from an OpenAPI specification.
-
Uses of MethodInfo in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return MethodInfoModifier and TypeMethodDescriptionMethodInfoCollector.getMethodInfo(String verb, String path, io.swagger.v3.oas.models.Operation operation) -
Uses of MethodInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return MethodInfoModifier and TypeMethodDescriptionMethodInfo.withAddedAnnotation(AnnotationInfo annotation) Returns a newMethodInfoobject with specified annotation added.MethodInfo.withAddedAnnotations(Collection<AnnotationInfo> annotations) Returns a newMethodInfoobject with specified annotations added.MethodInfo.withAddedParameters(Collection<MethodParamInfo> params) Returns a newMethodInfoobject with specified parameters added.MethodInfo.withDeprecationMessage(String deprecationMessage) Returns a newMethodInfoobject with specified deprecation message.MethodInfo.withReturnType(String returnType) Returns a newMethodInfoobject with specified return type.Methods in io.github.torand.openapi2java.model that return types with arguments of type MethodInfoModifier and TypeMethodDescriptionResourceInfo.methods()Returns the value of themethodsrecord component.Methods in io.github.torand.openapi2java.model with parameters of type MethodInfoModifier and TypeMethodDescriptionResourceInfo.withAddedMethod(MethodInfo method) Returns a newResourceInfoobject with specified method added.