Uses of Class
ch.bztf.m226blb1.Database.Entities.User
Packages that use User
Package
Description
-
Uses of User in ch.bztf.m226blb1.Base
Methods in ch.bztf.m226blb1.Base that return UserModifier and TypeMethodDescriptionabstract User
BaseService.mapJsonToUser
(@NotBlank String json) Maps the JSON data to auser
objectMethods in ch.bztf.m226blb1.Base that return types with arguments of type UserModifier and TypeMethodDescriptionGets the stats of a user by itsusername
. -
Uses of User in ch.bztf.m226blb1.Database.Entities
Methods in ch.bztf.m226blb1.Database.Entities with parameters of type User -
Uses of User in ch.bztf.m226blb1.Database.Repositories
Methods in ch.bztf.m226blb1.Database.Repositories that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByUsernameAndPlatform
(String username, Platform platform) Finds auser
by the given username and platform.Methods in ch.bztf.m226blb1.Database.Repositories with parameters of type User -
Uses of User in ch.bztf.m226blb1.Platforms.GraphQL
Methods in ch.bztf.m226blb1.Platforms.GraphQL that return User -
Uses of User in ch.bztf.m226blb1.Platforms.Instagram
Methods in ch.bztf.m226blb1.Platforms.Instagram that return UserMethods in ch.bztf.m226blb1.Platforms.Instagram that return types with arguments of type User -
Uses of User in ch.bztf.m226blb1.Platforms.Twitter
Methods in ch.bztf.m226blb1.Platforms.Twitter that return UserMethods in ch.bztf.m226blb1.Platforms.Twitter that return types with arguments of type User