Serialized Form
-
Package org.localify.artist.dto
-
Record Class org.localify.artist.dto.ArtistCityResponse
class ArtistCityResponse extends Record implements Serializable
-
-
Package org.localify.artist.join
-
Class org.localify.artist.join.ArtistCity.Key
class Key extends Object implements Serializable -
Class org.localify.artist.join.ArtistEvent.Key
class Key extends Object implements Serializable -
Class org.localify.artist.join.ArtistGenre.ArtistGenrePK
class ArtistGenrePK extends Object implements Serializable -
Class org.localify.artist.join.ArtistSong.Key
class Key extends Object implements Serializable
-
-
Package org.localify.artist.jpa
-
Class org.localify.artist.jpa.ArtistSimilarity.Key
class Key extends Object implements Serializable
-
-
Package org.localify.auth.dto
-
Class org.localify.auth.dto.JwtAuthenticationRequest
class JwtAuthenticationRequest extends Object implements Serializable-
Serialized Fields
-
ipAddress
InetAddress ipAddress
-
token
String token
-
userAgent
String userAgent
-
-
-
Class org.localify.auth.dto.LocalifyAuthenticatedUser
class LocalifyAuthenticatedUser extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
claims
io.jsonwebtoken.Claims claims
-
principal
UserDetailsImpl principal
-
requestDetails
JwtAuthenticationRequest requestDetails
-
-
-
-
Package org.localify.auth.dto.web
-
Class org.localify.auth.dto.web.AuthCredentials
class AuthCredentials extends Object implements Serializable -
Class org.localify.auth.dto.web.GeoIpDetails
class GeoIpDetails extends Object implements Serializable -
Class org.localify.auth.dto.web.GoogleJwtUserDetails
class GoogleJwtUserDetails extends Object implements Serializable -
Class org.localify.auth.dto.web.SpotifyUserDetails
class SpotifyUserDetails extends Object implements Serializable
-
-
Package org.localify.common.exceptions
-
Exception org.localify.common.exceptions.AbstractLocalifyException
class AbstractLocalifyException extends RuntimeException implements Serializable -
Exception org.localify.common.exceptions.BadRequestException
class BadRequestException extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.ForbiddenException
class ForbiddenException extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.InternalProcessingException
class InternalProcessingException extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.NotFoundException
class NotFoundException extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.NotImplementedException
class NotImplementedException extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.RecommenderTimeout
class RecommenderTimeout extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.SessionExpiredException
class SessionExpiredException extends AbstractLocalifyException implements Serializable -
Exception org.localify.common.exceptions.TokenAlreadyConsumedException
class TokenAlreadyConsumedException extends RuntimeException implements Serializable -
Exception org.localify.common.exceptions.UnauthorizedException
class UnauthorizedException extends AbstractLocalifyException implements Serializable
-
-
Package org.localify.data.dispatch.request
-
Record Class org.localify.data.dispatch.request.BitArtistMatchRequest
class BitArtistMatchRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.BitArtistRequest
class BitArtistRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.BitEventRequest
class BitEventRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.GoogleCityRequest
class GoogleCityRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.PollstarArtistMatchRequest
class PollstarArtistMatchRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.PollstarArtistRequest
class PollstarArtistRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.PollstarCityMatchRequest
class PollstarCityMatchRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.PollstarCityRequest
class PollstarCityRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.PollstarEventRequest
class PollstarEventRequest extends Record implements Serializable -
Record Class org.localify.data.dispatch.request.SpotifyArtistRequest
class SpotifyArtistRequest extends Record implements Serializable
-
-
Package org.localify.data.ingest
-
Exception org.localify.data.ingest.BadDatabaseStateException
class BadDatabaseStateException extends Exception implements Serializable -
Exception org.localify.data.ingest.BadScraperDataException
class BadScraperDataException extends Exception implements Serializable
-
-
Package org.localify.data.ingest.response
-
Record Class org.localify.data.ingest.response.ArtistResponse
class ArtistResponse extends Record implements Serializable-
Serialized Fields
-
dataSource
DataSource dataSource
-
genres
@NotNull List<String> genres
-
id
String id
-
localifyId
UUID localifyId
-
musicServiceIds
@NotNull Map<DataSource,
String> musicServiceIds -
origin
String origin
-
originExplanation
ArtistCityExplanation originExplanation
-
previousEventIds
@NotNull List<String> previousEventIds
-
upcomingEventIds
@NotNull List<String> upcomingEventIds
-
-
-
Record Class org.localify.data.ingest.response.CityResponse
class CityResponse extends Record implements Serializable-
Serialized Fields
-
dataSource
DataSource dataSource
-
localifyId
UUID localifyId
-
name
String name
-
-
-
Record Class org.localify.data.ingest.response.VenueResponse
class VenueResponse extends Record implements Serializable-
Serialized Fields
-
ageRequirement
int ageRequirement
-
capacity
int capacity
-
country
String country
-
dataSource
DataSource dataSource
-
eventIds
List<String> eventIds
-
id
String id
-
latitude
Double latitude
-
localifyId
UUID localifyId
-
locality
String locality
-
longitude
Double longitude
-
name
String name
-
postalCode
String postalCode
-
rawLocationString
String rawLocationString
-
region
String region
-
streetAddress
String streetAddress
-
type
String type
-
-
-
-
Package org.localify.data.queue.dto.google
-
Class org.localify.data.queue.dto.google.GoogleScrapeRequest
class GoogleScrapeRequest extends Object implements Serializable
-
-
Package org.localify.dto
-
Class org.localify.dto.PageOptions
class PageOptions extends Object implements Serializable -
Record Class org.localify.dto.RecommendedArtistDto
class RecommendedArtistDto extends Record implements Serializable-
Serialized Fields
-
genres
List<GenreResponse> genres
-
id
UUID id
-
image
String image
-
isFavorite
boolean isFavorite
-
isSeed
Boolean isSeed
-
localCity
List<ArtistCityResponse> localCity
-
name
String name
-
score
Double score
-
similar
List<RecommendedArtistDto.SimilarArtistDto> similar
-
spotifyTopTrackPreview
String spotifyTopTrackPreview
-
-
-
Record Class org.localify.dto.RecommendedArtistDto.SimilarArtistDto
class SimilarArtistDto extends Record implements Serializable -
Class org.localify.dto.SearchQuery
class SearchQuery extends Object implements Serializable -
Class org.localify.dto.SpotifyAudioFeatures
class SpotifyAudioFeatures extends Object implements Serializable-
Serialized Fields
-
acousticness
Float acousticness
-
danceability
Float danceability
-
durationMs
Integer durationMs
-
energy
Float energy
-
instrumentalness
Float instrumentalness
-
key
Integer key
-
liveness
Float liveness
-
loudness
Float loudness
-
mode
se.michaelthelin.spotify.enums.Modality mode
-
speechiness
Float speechiness
-
tempo
Float tempo
-
timeSignature
Integer timeSignature
-
valence
Float valence
-
-
-
Class org.localify.dto.SpotifySearchQuery
class SpotifySearchQuery extends Object implements Serializable
-
-
Package org.localify.dto.response
-
Record Class org.localify.dto.response.GenreResponse
class GenreResponse extends Record implements Serializable
-
-
Package org.localify.festival.dto.response
-
Record Class org.localify.festival.dto.response.FestivalBasicResponse
class FestivalBasicResponse extends Record implements Serializable -
Record Class org.localify.festival.dto.response.RecommendedCityFestivalDto
class RecommendedCityFestivalDto extends Record implements Serializable -
Record Class org.localify.festival.dto.response.RecommendedFestivalArtistDto
class RecommendedFestivalArtistDto extends Record implements Serializable-
Serialized Fields
-
genres
List<GenreResponse> genres
-
id
UUID id
-
image
String image
-
isFavorite
boolean isFavorite
-
isSeed
Boolean isSeed
-
localCity
List<ArtistCityResponse> localCity
-
name
String name
-
performances
List<FestivalPerformanceResponse> performances
-
score
Double score
-
similar
List<RecommendedArtistDto.SimilarArtistDto> similar
-
spotifyTopTrackPreview
String spotifyTopTrackPreview
-
-
-
-
Package org.localify.festival.jpa
-
Class org.localify.festival.jpa.FestivalArtist.Key
class Key extends Object implements Serializable -
Class org.localify.festival.jpa.FestivalPerformanceArtist.Key
class Key extends Object implements Serializable -
Class org.localify.festival.jpa.FestivalUser.Key
class Key extends Object implements Serializable
-
-
Package org.localify.logging
-
Record Class org.localify.logging.ApiErrorResponse
class ApiErrorResponse extends Record implements Serializable
-
-
Package org.localify.music.song
-
Class org.localify.music.song.SpotifyAudioProperties
class SpotifyAudioProperties extends Object implements Serializable-
Serialized Fields
-
analysis
se.michaelthelin.spotify.model_objects.miscellaneous.AudioAnalysis analysis
-
features
se.michaelthelin.spotify.model_objects.specification.AudioFeatures features
-
-
-
-
Package org.localify.user.dto
-
Class org.localify.user.dto.UserCityContainer
class UserCityContainer extends UserCityFestivalContainer implements Serializable-
Serialized Fields
-
countryCode
String countryCode
The country code of the city. -
endDate
Instant endDate
The end date for the city selection. -
radius
Double radius
The radius for the city selection. -
sortBy
RecSortSetting sortBy
The sort setting for recommendations. -
startDate
Instant startDate
The start date for the city selection. -
timeFrame
CitySelectionTimeFrame timeFrame
The time frame for the city selection. -
zoneCode
String zoneCode
The zone code of the city.
-
-
-
Class org.localify.user.dto.UserCityFestivalContainer
class UserCityFestivalContainer extends Object implements Serializable -
Class org.localify.user.dto.UserFestivalContainer
class UserFestivalContainer extends UserCityFestivalContainer implements Serializable-
Serialized Fields
-
city
CityResponse city
The city where the festival is located. -
nickName
String nickName
The nickname of the festival.
-
-
-
-
Package org.localify.user.support
-
Class org.localify.user.support.UserCity.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserFavoriteArtist.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserFavoriteEvent.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserFavoriteVenue.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserRecentArtistView.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserRecentCityView.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserRecentEventView.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserRecentVenueView.Key
class Key extends Object implements Serializable -
Class org.localify.user.support.UserSeedArtist.Key
class Key extends Object implements Serializable
-