Uses of Record Class
io.github.torand.openapi2java.model.MethodParamInfo
Packages that use MethodParamInfo
Package
Description
Provides classes to keep collected information from an OpenAPI specification.
-
Uses of MethodParamInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return MethodParamInfoModifier and TypeMethodDescriptionMethodParamInfo.withAddedAnnotation(AnnotationInfo annotation) Returns a newMethodParamInfoobject with specified annotation added.MethodParamInfo.withAddedAnnotations(Collection<AnnotationInfo> annotations) Returns a newMethodParamInfoobject with specified annotations added.MethodParamInfo.withAddedImports(ImportsSupplier importsSupplier) Returns a newMethodParamInfoobject with specified imports added.MethodParamInfo.withComment(String comment) Returns a newMethodParamInfoobject with specified comment.MethodParamInfo.withDeprecationMessage(String deprecationMessage) Returns a newMethodParamInfoobject with specified deprecation message.Returns a newMethodParamInfoobject with specified name.MethodParamInfo.withNullable(boolean nullable) Returns a newMethodParamInfoobject with specified nullable flag.Returns a newMethodParamInfoobject with specified type.Methods in io.github.torand.openapi2java.model that return types with arguments of type MethodParamInfoModifier and TypeMethodDescriptionMethodInfo.parameters()Returns the value of theparametersrecord component.Method parameters in io.github.torand.openapi2java.model with type arguments of type MethodParamInfoModifier and TypeMethodDescriptionMethodInfo.withAddedParameters(Collection<MethodParamInfo> params) Returns a newMethodInfoobject with specified parameters added.Constructor parameters in io.github.torand.openapi2java.model with type arguments of type MethodParamInfoModifierConstructorDescriptionMethodInfo(String name, List<MethodParamInfo> parameters, String returnType, String deprecationMessage, List<AnnotationInfo> annotations) Creates an instance of aMethodInforecord class.