All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.icthh.xm.commons.search.dto.SearchDto Maven / Gradle / Ivy

The newest version!
package com.icthh.xm.commons.search.dto;

import lombok.Builder;
import lombok.Getter;
import org.springframework.data.domain.Pageable;

@Builder
@Getter
public class SearchDto {

    private String query;
    private Pageable pageable;
    private ElasticFetchSourceFilterDto fetchSourceFilter;
    private Class entityClass;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy