Skip navigation links
B C D E G I M P S T V W 

B

build() - Method in class com.github.magrifle.data.searchapi.data.SearchBuilder
 
build() - Method in class com.github.magrifle.data.searchapi.specification.SpecificationsBuilder
 

C

com.github.magrifle.data.searchapi - package com.github.magrifle.data.searchapi
 
com.github.magrifle.data.searchapi.annotation - package com.github.magrifle.data.searchapi.annotation
 
com.github.magrifle.data.searchapi.aspect - package com.github.magrifle.data.searchapi.aspect
 
com.github.magrifle.data.searchapi.data - package com.github.magrifle.data.searchapi.data
 
com.github.magrifle.data.searchapi.exception - package com.github.magrifle.data.searchapi.exception
 
com.github.magrifle.data.searchapi.specification - package com.github.magrifle.data.searchapi.specification
 
CriteriaSpecification<T> - Interface in com.github.magrifle.data.searchapi.specification
 

D

DataSearchApi - Class in com.github.magrifle.data.searchapi.aspect
 
DataSearchApi() - Constructor for class com.github.magrifle.data.searchapi.aspect.DataSearchApi
 

E

EntitySpecification<T> - Class in com.github.magrifle.data.searchapi.specification
 
EntitySpecification() - Constructor for class com.github.magrifle.data.searchapi.specification.EntitySpecification
 

G

getCriteria() - Method in interface com.github.magrifle.data.searchapi.specification.CriteriaSpecification
 
getCustomization() - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
getDateKeyFormat() - Method in class com.github.magrifle.data.searchapi.SearchConfigurer
Deprecated.
getDeniedOperations() - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
getFieldName() - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
getKey() - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
getName() - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
getOperation() - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
getSearchKeys() - Method in class com.github.magrifle.data.searchapi.SearchConfigurer
 
getType() - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
getType() - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
getType() - Method in class com.github.magrifle.data.searchapi.SearchConfigurer
 
getValue() - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
getValue() - Method in enum com.github.magrifle.data.searchapi.specification.SearchParameterSeparator
 

I

isCaseSensitive() - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
isRequired() - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 

M

methodsWithSearchApi(SearchApi) - Method in class com.github.magrifle.data.searchapi.aspect.DataSearchApi
 

P

prepareSearchData(List<SearchCriteria>) - Method in class com.github.magrifle.data.searchapi.SearchKeyConfigurerService
 

S

SearchApi - Annotation Type in com.github.magrifle.data.searchapi.annotation
 
SearchApiConfigurationException - Exception in com.github.magrifle.data.searchapi.exception
 
SearchApiConfigurationException(String) - Constructor for exception com.github.magrifle.data.searchapi.exception.SearchApiConfigurationException
 
SearchBuilder<T> - Class in com.github.magrifle.data.searchapi.data
 
SearchBuilder(Specification<T>) - Constructor for class com.github.magrifle.data.searchapi.data.SearchBuilder
 
SearchConfigurer<T> - Class in com.github.magrifle.data.searchapi
 
SearchConfigurer() - Constructor for class com.github.magrifle.data.searchapi.SearchConfigurer
 
SearchCriteria - Class in com.github.magrifle.data.searchapi.data
 
SearchCriteria(String, SearchOperation, Object) - Constructor for class com.github.magrifle.data.searchapi.data.SearchCriteria
 
SearchDataFormatException - Exception in com.github.magrifle.data.searchapi.exception
 
SearchDataFormatException(String) - Constructor for exception com.github.magrifle.data.searchapi.exception.SearchDataFormatException
 
SearchDataFormatException(Exception) - Constructor for exception com.github.magrifle.data.searchapi.exception.SearchDataFormatException
 
SearchKey - Class in com.github.magrifle.data.searchapi.data
 
SearchKey(String, String, boolean) - Constructor for class com.github.magrifle.data.searchapi.data.SearchKey
 
SearchKey(String, String, boolean, Function<String, Object>) - Constructor for class com.github.magrifle.data.searchapi.data.SearchKey
 
SearchKey(String, String, Function<String, Object>) - Constructor for class com.github.magrifle.data.searchapi.data.SearchKey
 
SearchKey(String, String) - Constructor for class com.github.magrifle.data.searchapi.data.SearchKey
 
SearchKey(String, Function<String, Object>) - Constructor for class com.github.magrifle.data.searchapi.data.SearchKey
 
SearchKey(String) - Constructor for class com.github.magrifle.data.searchapi.data.SearchKey
 
SearchKeyConfigurerService<T> - Class in com.github.magrifle.data.searchapi
 
SearchKeyConfigurerService(SearchConfigurer<T>) - Constructor for class com.github.magrifle.data.searchapi.SearchKeyConfigurerService
 
SearchKeyValidationException - Exception in com.github.magrifle.data.searchapi.exception
 
SearchKeyValidationException(String) - Constructor for exception com.github.magrifle.data.searchapi.exception.SearchKeyValidationException
 
SearchOperation - Enum in com.github.magrifle.data.searchapi
 
SearchParameterSeparator - Enum in com.github.magrifle.data.searchapi.specification
 
setCaseSensitive(boolean) - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
setCustomization(Function<String, Object>) - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
setDeniedOperations(SearchOperation[]) - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
setFieldName(String) - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
setKey(String) - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
setName(String) - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
setOperation(SearchOperation) - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
setRequired(boolean) - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
setType(Class<?>) - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
setType(Class<?>) - Method in class com.github.magrifle.data.searchapi.data.SearchKey
 
setValue(Object) - Method in class com.github.magrifle.data.searchapi.data.SearchCriteria
 
SIMPLE_OPERATION_SET - Static variable in enum com.github.magrifle.data.searchapi.SearchOperation
 
SpecificationsBuilder<T> - Class in com.github.magrifle.data.searchapi.specification
 
SpecificationsBuilder(SearchKeyConfigurerService<T>, boolean) - Constructor for class com.github.magrifle.data.searchapi.specification.SpecificationsBuilder
 

T

toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - Method in class com.github.magrifle.data.searchapi.specification.EntitySpecification
 

V

valueOf(String) - Static method in enum com.github.magrifle.data.searchapi.SearchOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.magrifle.data.searchapi.specification.SearchParameterSeparator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.magrifle.data.searchapi.SearchOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.magrifle.data.searchapi.specification.SearchParameterSeparator
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(String, String, Object, String, String) - Method in class com.github.magrifle.data.searchapi.specification.SpecificationsBuilder
 
B C D E G I M P S T V W 
Skip navigation links

Copyright © 2023. All rights reserved.