Uses of Class
org.eclipse.microprofile.openapi.apps.airlines.model.User
Packages that use User
Package
Description
Copyright (c) 2017 Contributors to the Eclipse Foundation
Copyright (c) 2017 Contributors to the Eclipse Foundation
Copyright (c) 2017 Contributors to the Eclipse Foundation
-
Uses of User in org.eclipse.microprofile.openapi.apps.airlines.data
Methods in org.eclipse.microprofile.openapi.apps.airlines.data that return UserModifier and TypeMethodDescriptionUserData.findUserById(int id) UserData.findUserByName(String username) Methods in org.eclipse.microprofile.openapi.apps.airlines.data with parameters of type User -
Uses of User in org.eclipse.microprofile.openapi.apps.airlines.model
Methods in org.eclipse.microprofile.openapi.apps.airlines.model that return UserMethods in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type UserConstructors in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type User -
Uses of User in org.eclipse.microprofile.openapi.apps.airlines.resources
Methods in org.eclipse.microprofile.openapi.apps.airlines.resources that return UserModifier and TypeMethodDescriptionUserResource.specialOperation(User body, String param1) Operation to test hiding of request body and parameter schemasMethods in org.eclipse.microprofile.openapi.apps.airlines.resources with parameters of type UserModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUserResource.createUser(User user) jakarta.ws.rs.core.ResponseUserResource.createUsersWithArrayInput(User[] users) UserResource.specialOperation(User body, String param1) Operation to test hiding of request body and parameter schemasjakarta.ws.rs.core.ResponseUserResource.updateUser(String username, User user) Method parameters in org.eclipse.microprofile.openapi.apps.airlines.resources with type arguments of type UserModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUserResource.createUsersWithListInput(List<User> users)