Skip navigation links
A C D E F G I L M N O P R S T U W 

A

add(V) - Method in class springfox.petstore.repository.MapBackedRepository
 
addPet(Pet) - Method in class springfox.petstore.controller.PetController
 

C

Category - Class in springfox.petstore.model
 
Category(long, String) - Constructor for class springfox.petstore.model.Category
 
create(long, String) - Static method in class springfox.petstore.model.Category
 
createUser(User) - Method in class springfox.petstore.controller.UserController
 
createUsersWithArrayInput(User[]) - Method in class springfox.petstore.controller.UserController
 
createUsersWithListInput(List<User>) - Method in class springfox.petstore.controller.UserController
 

D

delete(K) - Method in class springfox.petstore.repository.MapBackedRepository
 
deleteOrder(String) - Method in class springfox.petstore.controller.PetStoreResource
 
deleteUser(String) - Method in class springfox.petstore.controller.UserController
 

E

exists(K) - Method in class springfox.petstore.repository.MapBackedRepository
 

F

findPetsByStatus(String) - Method in class springfox.petstore.controller.PetController
 
findPetsByTags(String) - Method in class springfox.petstore.controller.PetController
Deprecated.
findPetsHidden(String) - Method in class springfox.petstore.controller.PetController
 
first() - Method in class springfox.petstore.repository.MapBackedRepository
 

G

get(K) - Method in class springfox.petstore.repository.MapBackedRepository
 
getCategory() - Method in class springfox.petstore.model.Pet
 
getEmail() - Method in class springfox.petstore.model.User
 
getFirstName() - Method in class springfox.petstore.model.User
 
getId() - Method in class springfox.petstore.model.Category
 
getId() - Method in class springfox.petstore.model.Order
 
getId() - Method in class springfox.petstore.model.Pet
 
getId() - Method in class springfox.petstore.model.Tag
 
getId() - Method in class springfox.petstore.model.User
 
getIdentifier() - Method in class springfox.petstore.model.Order
 
getIdentifier() - Method in class springfox.petstore.model.Pet
 
getIdentifier() - Method in class springfox.petstore.model.User
 
getIdentifier() - Method in interface springfox.petstore.repository.Identifiable
 
getLastName() - Method in class springfox.petstore.model.User
 
getName() - Method in class springfox.petstore.model.Category
 
getName() - Method in class springfox.petstore.model.Pet
 
getName() - Method in class springfox.petstore.model.Tag
 
getOrderById(String) - Method in class springfox.petstore.controller.PetStoreResource
 
getPassword() - Method in class springfox.petstore.model.User
 
getPetById(String) - Method in class springfox.petstore.controller.PetController
 
getPetId() - Method in class springfox.petstore.model.Order
 
getPhone() - Method in class springfox.petstore.model.User
 
getPhotoUrls() - Method in class springfox.petstore.model.Pet
 
getQuantity() - Method in class springfox.petstore.model.Order
 
getShipDate() - Method in class springfox.petstore.model.Order
 
getStatus() - Method in class springfox.petstore.model.Order
 
getStatus() - Method in class springfox.petstore.model.Pet
 
getTags() - Method in class springfox.petstore.model.Pet
 
getUserByName(String) - Method in class springfox.petstore.controller.UserController
 
getUsername() - Method in class springfox.petstore.model.User
 
getUserStatus() - Method in class springfox.petstore.model.User
 

I

Identifiable<T> - Interface in springfox.petstore.repository
 
isComplete() - Method in class springfox.petstore.model.Order
 

L

loginUser(String, String) - Method in class springfox.petstore.controller.UserController
 
logoutUser() - Method in class springfox.petstore.controller.UserController
 

M

MapBackedRepository<K,V extends Identifiable<K>> - Class in springfox.petstore.repository
 
MapBackedRepository() - Constructor for class springfox.petstore.repository.MapBackedRepository
 

N

notFound() - Static method in class springfox.petstore.Responses
 
NotFoundException - Exception in springfox.petstore.controller
 
NotFoundException(int, String) - Constructor for exception springfox.petstore.controller.NotFoundException
 

O

ok() - Static method in class springfox.petstore.Responses
 
ok(T) - Static method in class springfox.petstore.Responses
 
Order - Class in springfox.petstore.model
 
Order() - Constructor for class springfox.petstore.model.Order
 

P

Pet - Class in springfox.petstore.model
 
Pet() - Constructor for class springfox.petstore.model.Pet
 
PetController - Class in springfox.petstore.controller
 
PetController() - Constructor for class springfox.petstore.controller.PetController
 
Pets - Class in springfox.petstore.model
 
Pets() - Constructor for class springfox.petstore.model.Pets
 
PetStoreResource - Class in springfox.petstore.controller
 
PetStoreResource() - Constructor for class springfox.petstore.controller.PetStoreResource
 
placeOrder(Order) - Method in class springfox.petstore.controller.PetStoreResource
 

R

Responses - Class in springfox.petstore
 
Responses() - Constructor for class springfox.petstore.Responses
 

S

setCategory(Category) - Method in class springfox.petstore.model.Pet
 
setComplete(boolean) - Method in class springfox.petstore.model.Order
 
setEmail(String) - Method in class springfox.petstore.model.User
 
setFirstName(String) - Method in class springfox.petstore.model.User
 
setId(long) - Method in class springfox.petstore.model.Category
 
setId(long) - Method in class springfox.petstore.model.Order
 
setId(long) - Method in class springfox.petstore.model.Pet
 
setId(long) - Method in class springfox.petstore.model.Tag
 
setId(long) - Method in class springfox.petstore.model.User
 
setLastName(String) - Method in class springfox.petstore.model.User
 
setName(String) - Method in class springfox.petstore.model.Category
 
setName(String) - Method in class springfox.petstore.model.Pet
 
setName(String) - Method in class springfox.petstore.model.Tag
 
setPassword(String) - Method in class springfox.petstore.model.User
 
setPetId(long) - Method in class springfox.petstore.model.Order
 
setPhone(String) - Method in class springfox.petstore.model.User
 
setPhotoUrls(List<String>) - Method in class springfox.petstore.model.Pet
 
setQuantity(int) - Method in class springfox.petstore.model.Order
 
setShipDate(Date) - Method in class springfox.petstore.model.Order
 
setStatus(String) - Method in class springfox.petstore.model.Order
 
setStatus(String) - Method in class springfox.petstore.model.Pet
 
setTags(List<Tag>) - Method in class springfox.petstore.model.Pet
 
setUsername(String) - Method in class springfox.petstore.model.User
 
setUserStatus(int) - Method in class springfox.petstore.model.User
 
springfox.petstore - package springfox.petstore
 
springfox.petstore.controller - package springfox.petstore.controller
 
springfox.petstore.model - package springfox.petstore.model
 
springfox.petstore.repository - package springfox.petstore.repository
 
statusIs(String) - Static method in class springfox.petstore.model.Pets
 

T

Tag - Class in springfox.petstore.model
 
Tag() - Constructor for class springfox.petstore.model.Tag
 
tagsContain(String) - Static method in class springfox.petstore.model.Pets
 

U

updatePet(Pet) - Method in class springfox.petstore.controller.PetController
 
updateUser(String, User) - Method in class springfox.petstore.controller.UserController
 
User - Class in springfox.petstore.model
 
User() - Constructor for class springfox.petstore.model.User
 
UserController - Class in springfox.petstore.controller
 
UserController() - Constructor for class springfox.petstore.controller.UserController
 
UserRepository - Class in springfox.petstore.repository
 
UserRepository() - Constructor for class springfox.petstore.repository.UserRepository
 

W

where(Predicate<V>) - Method in class springfox.petstore.repository.MapBackedRepository
 
A C D E F G I L M N O P R S T U W 
Skip navigation links