Uses of Class
org.eclipse.microprofile.openapi.apps.petstore.model.User
-
Packages that use User Package Description org.eclipse.microprofile.openapi.apps.petstore.data Copyright (c) 2017 Contributors to the Eclipse Foundationorg.eclipse.microprofile.openapi.apps.petstore.resource Copyright (c) 2017 Contributors to the Eclipse Foundation -
-
Uses of User in org.eclipse.microprofile.openapi.apps.petstore.data
Methods in org.eclipse.microprofile.openapi.apps.petstore.data that return User Modifier and Type Method Description UserUserData. findUserByName(String username)Methods in org.eclipse.microprofile.openapi.apps.petstore.data with parameters of type User Modifier and Type Method Description voidUserData. addUser(User user) -
Uses of User in org.eclipse.microprofile.openapi.apps.petstore.resource
Methods in org.eclipse.microprofile.openapi.apps.petstore.resource with parameters of type User Modifier and Type Method Description jakarta.ws.rs.core.ResponseUserResource. createUser(User user)jakarta.ws.rs.core.ResponseUserResource. createUsersWithArrayInput(User[] users)jakarta.ws.rs.core.ResponseUserResource. updateUser(String username, User user)Method parameters in org.eclipse.microprofile.openapi.apps.petstore.resource with type arguments of type User Modifier and Type Method Description jakarta.ws.rs.core.ResponseUserResource. createUsersWithListInput(List<User> users)
-