Package io.github.perplexhub.rsql
Class RSQLComplexConverter
- All Implemented Interfaces:
cz.jirutka.rsql.parser.ast.RSQLVisitor<Void,Map<String, org.springframework.util.MultiValueMap<String, String>>>
-
Field Summary
Fields inherited from class io.github.perplexhub.rsql.RSQLVisitorBase
defaultConversionService, entityManagerDatabase, entityManagerMap, globalPropertyBlacklist, globalPropertyWhitelist, managedTypeMap, primitiveToWrapper, propertyBlacklist, propertyRemapping, propertyWhitelist -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvisit(cz.jirutka.rsql.parser.ast.AndNode node, Map<String, org.springframework.util.MultiValueMap<String, String>> map) visit(cz.jirutka.rsql.parser.ast.ComparisonNode node, Map<String, org.springframework.util.MultiValueMap<String, String>> map) visit(cz.jirutka.rsql.parser.ast.OrNode node, Map<String, org.springframework.util.MultiValueMap<String, String>> map) Methods inherited from class io.github.perplexhub.rsql.RSQLVisitorBase
accessControl, convert, findPropertyType, getAttribute, getDatabase, getElementCollectionGenericType, getEntityManagerMap, getManagedElementCollectionType, getManagedType, getManagedTypeMap, getPropertyRemapping, hasPropertyName, isAssociationType, isElementCollectionType, isEmbeddedType, isManyToManyAssociationType, isOneToManyAssociationType, isOneToOneAssociationType, mapProperty, mapPropertyPath
-
Constructor Details
-
RSQLComplexConverter
public RSQLComplexConverter()
-
-
Method Details
-
visit
-
visit
-
visit
-
getPropertyPathMapper
- Specified by:
getPropertyPathMapperin classRSQLVisitorBase<Void,Map<String, org.springframework.util.MultiValueMap<String, String>>>
-