Package io.github.perplexhub.rsql
Class RSQLSimpleConverter
java.lang.Object
io.github.perplexhub.rsql.RSQLVisitorBase<Void,org.springframework.util.MultiValueMap<String,String>>
io.github.perplexhub.rsql.RSQLSimpleConverter
- All Implemented Interfaces:
cz.jirutka.rsql.parser.ast.RSQLVisitor<Void,org.springframework.util.MultiValueMap<String, String>>
public class RSQLSimpleConverter
extends RSQLVisitorBase<Void,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, org.springframework.util.MultiValueMap<String, String> map) visit(cz.jirutka.rsql.parser.ast.ComparisonNode node, org.springframework.util.MultiValueMap<String, String> map) visit(cz.jirutka.rsql.parser.ast.OrNode node, 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
-
RSQLSimpleConverter
public RSQLSimpleConverter()
-
-
Method Details
-
visit
-
visit
-
visit
-
getPropertyPathMapper
- Specified by:
getPropertyPathMapperin classRSQLVisitorBase<Void,org.springframework.util.MultiValueMap<String, String>>
-