Serialized Form
- 
Package org.springframework.data.crossstore- 
Exception org.springframework.data.crossstore.ChangeSetPersister.NotFoundExceptionclass NotFoundException extends Exception implements Serializable- serialVersionUID:
- -8604207973816331140L
 
 
- 
- 
Package org.springframework.data.domain- 
Class org.springframework.data.domain.AbstractPageRequestclass AbstractPageRequest extends Object implements Serializable- serialVersionUID:
- 1232825578694716871L
 - 
Serialized Fields- 
pageNumberint pageNumber 
- 
pageSizeint pageSize 
 
- 
 
- 
Class org.springframework.data.domain.PageImpl- serialVersionUID:
- 867755909294344406L
 - 
Serialized Fields- 
totallong total 
 
- 
 
- 
Class org.springframework.data.domain.PageRequestclass PageRequest extends AbstractPageRequest implements Serializable- serialVersionUID:
- -4541509938956089562L
 - 
Serialized Fields- 
sortSort sort 
 
- 
 
- 
Class org.springframework.data.domain.SliceImpl- serialVersionUID:
- 867755909294344406L
 - 
Serialized Fields- 
hasNextboolean hasNext 
- 
pageablePageable pageable 
 
- 
 
- 
Class org.springframework.data.domain.Sortclass Sort extends Object implements Serializable- serialVersionUID:
- 5737186511678863905L
 - 
Serialized Fields- 
ordersList<Sort.Order> orders 
 
- 
 
- 
Class org.springframework.data.domain.Sort.Orderclass Order extends Object implements Serializable- serialVersionUID:
- 1522511010900108987L
 - 
Serialized Fields- 
directionSort.Direction direction 
- 
ignoreCaseboolean ignoreCase 
- 
nullHandlingSort.NullHandling nullHandling 
- 
propertyString property 
 
- 
 
- 
Class org.springframework.data.domain.Sort.TypedSortclass TypedSort extends Sort implements Serializable- serialVersionUID:
- -3550403511206745880L
 - 
Serialized Fields- 
recordedMethodInvocationRecorder.Recorded<T> recorded 
 
- 
 
 
- 
- 
Package org.springframework.data.geo- 
Class org.springframework.data.geo.Boxclass Box extends Object implements Serializable- serialVersionUID:
- 8198095179084040711L
 
- 
Class org.springframework.data.geo.Circleclass Circle extends Object implements Serializable- serialVersionUID:
- 5215611530535947924L
 
- 
Class org.springframework.data.geo.CustomMetricclass CustomMetric extends Object implements Serializable- serialVersionUID:
- -2972074177454114228L
 - 
Serialized Fields- 
abbreviationString abbreviation 
- 
multiplierdouble multiplier 
 
- 
 
- 
Class org.springframework.data.geo.Distanceclass Distance extends Object implements Serializable- serialVersionUID:
- 2460886201934027744L
 
- 
Class org.springframework.data.geo.GeoModuleclass GeoModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.springframework.data.geo.GeoPage- serialVersionUID:
- -5655267379242128600L
 - 
Serialized Fields- 
averageDistanceDistance averageDistance The average distance of the underlying results.
 
- 
 
- 
Class org.springframework.data.geo.GeoResultclass GeoResult extends Object implements Serializable- serialVersionUID:
- 1637452570977581370L
 
- 
Class org.springframework.data.geo.GeoResultsclass GeoResults extends Object implements Serializable- serialVersionUID:
- 8347363491300219485L
 
- 
Class org.springframework.data.geo.Pointclass Point extends Object implements Serializable- serialVersionUID:
- 3583151228933783558L
 - 
Serialized Fields- 
xdouble x 
- 
ydouble y 
 
- 
 
- 
Class org.springframework.data.geo.Polygonclass Polygon extends Object implements Serializable- serialVersionUID:
- -2705040068154648988L
 
 
- 
- 
Package org.springframework.data.history- 
Class org.springframework.data.history.RevisionSortclass RevisionSort extends Sort implements Serializable- serialVersionUID:
- 618238321589063537L
 
 
- 
- 
Package org.springframework.data.mapping- 
Exception org.springframework.data.mapping.MappingExceptionclass MappingException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.springframework.data.mapping.PropertyReferenceExceptionclass PropertyReferenceException extends RuntimeException implements Serializable- serialVersionUID:
- -5254424051438976570L
 - 
Serialized Fields- 
alreadyResolvedPathList<PropertyPath> alreadyResolvedPath 
- 
propertyMatchesLazy<Set<String>> propertyMatches 
- 
propertyNameString propertyName 
- 
typeTypeInformation<?> type 
 
- 
 
 
- 
- 
Package org.springframework.data.mapping.context- 
Exception org.springframework.data.mapping.context.InvalidPersistentPropertyPathclass InvalidPersistentPropertyPath extends MappingException implements Serializable- serialVersionUID:
- 2805815643641094488L
 - 
Serialized Fields- 
resolvedPathString resolvedPath 
- 
sourceString source 
- 
typeTypeInformation<?> type 
- 
unresolvableSegmentString unresolvableSegment 
 
- 
 
- 
Class org.springframework.data.mapping.context.MappingContextEventclass MappingContextEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 1336466833846092490L
 - 
Serialized Fields- 
entityE extends PersistentEntity<?, P> entity 
- 
sourceMappingContext<?, ?> source 
 
- 
 
 
- 
- 
Package org.springframework.data.mapping.model- 
Exception org.springframework.data.mapping.model.MappingInstantiationExceptionclass MappingInstantiationException extends RuntimeException implements Serializable- serialVersionUID:
- 822211065035487628L
 - 
Serialized Fields- 
constructorArgumentsList<Object> constructorArguments 
- 
entityCreatorInstanceCreatorMetadata<?> entityCreator 
- 
entityTypeClass<?> entityType 
 
- 
 
 
- 
- 
Package org.springframework.data.querydsl- 
Class org.springframework.data.querydsl.QPageRequestclass QPageRequest extends AbstractPageRequest implements Serializable- serialVersionUID:
- 7529171950267879273L
 - 
Serialized Fields- 
sortQSort sort 
 
- 
 
- 
Class org.springframework.data.querydsl.QSortclass QSort extends Sort implements Serializable- serialVersionUID:
- -6701117396842171930L
 - 
Serialized Fields- 
orderSpecifiersList<com.querydsl.core.types.OrderSpecifier<?>> orderSpecifiers 
 
- 
 
 
- 
- 
Package org.springframework.data.repository.core- 
Exception org.springframework.data.repository.core.RepositoryCreationExceptionclass RepositoryCreationException extends InvalidDataAccessApiUsageException implements Serializable- 
Serialized Fields- 
repositoryInterfaceClass<?> repositoryInterface 
 
- 
 
- 
 
- 
- 
Package org.springframework.data.repository.core.support- 
Exception org.springframework.data.repository.core.support.FragmentNotImplementedExceptionclass FragmentNotImplementedException extends RepositoryCreationException implements Serializable- 
Serialized Fields- 
fragmentRepositoryFragment<?> fragment 
 
- 
 
- 
- 
Exception org.springframework.data.repository.core.support.IncompleteRepositoryCompositionExceptionclass IncompleteRepositoryCompositionException extends RepositoryCreationException implements Serializable
- 
Exception org.springframework.data.repository.core.support.UnsupportedFragmentExceptionclass UnsupportedFragmentException extends RepositoryCreationException implements Serializable- 
Serialized Fields- 
fragmentInterfaceClass<?> fragmentInterface 
 
- 
 
- 
 
- 
- 
Package org.springframework.data.repository.init- 
Class org.springframework.data.repository.init.RepositoriesPopulatedEventclass RepositoriesPopulatedEvent extends ApplicationEvent implements Serializable- serialVersionUID:
- 7449982118828889097L
 - 
Serialized Fields- 
repositoriesRepositories repositories 
 
- 
 
 
- 
- 
Package org.springframework.data.repository.query- 
Exception org.springframework.data.repository.query.ParameterOutOfBoundsExceptionclass ParameterOutOfBoundsException extends RuntimeException implements Serializable- serialVersionUID:
- 8433209953653278886L
 
- 
Exception org.springframework.data.repository.query.QueryCreationExceptionclass QueryCreationException extends RepositoryCreationException implements Serializable- serialVersionUID:
- -1238456123580L
 - 
Serialized Fields- 
methodMethod method 
 
- 
 
 
- 
- 
Package org.springframework.data.repository.support- 
Exception org.springframework.data.repository.support.QueryMethodParameterConversionExceptionclass QueryMethodParameterConversionException extends RuntimeException implements Serializable- serialVersionUID:
- -5818002272039533066L
 - 
Serialized Fields- 
parameterMethodParameter parameter 
- 
sourceObject source 
 
- 
 
 
- 
- 
Package org.springframework.data.web.config- 
Class org.springframework.data.web.config.SpringDataJacksonConfiguration.PageModuleclass PageModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable- serialVersionUID:
- 275254460581626332L
 
 
-