Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec.OAParameter
Packages that use OAParameter
-
Uses of OAParameter in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return OAParameterMethods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec that return types with arguments of type OAParameterModifier and TypeMethodDescriptionOAComponents.getParameters()OAOperation.getParameters()OAPath.getParameters()Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with parameters of type OAParameterModifier and TypeMethodDescriptionvoidOAComponents.addParameter(String name, OAParameter param) OAOperation.addParameter(OAParameter parameter) OAPath.addParameter(OAParameter parameter) Method parameters in de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.spec with type arguments of type OAParameter