Uses of Class
net.kaczmarzyk.spring.data.jpa.utils.SpecificationBuilder
Packages that use SpecificationBuilder
-
Uses of SpecificationBuilder in net.kaczmarzyk.spring.data.jpa.utils
Methods in net.kaczmarzyk.spring.data.jpa.utils that return SpecificationBuilderModifier and TypeMethodDescriptionstatic <T extends org.springframework.data.jpa.domain.Specification<?>>
SpecificationBuilder<T>SpecificationBuilder.specification(Class<T> specInterface) The direct methods for params/headers/pathVars should be used in most common scenarios in order to avoid hard-to-debug errors.SpecificationBuilder.withHeader(String header, String value) SpecificationBuilder.withJsonBodyParam(String jsonPath, String... values) SpecificationBuilder.withPathVar(String pathVar, String value) SpecificationBuilder.withSpecificationFactory(SpecificationFactory specificationFactory)