Class SpecificationFactory
java.lang.Object
net.kaczmarzyk.spring.data.jpa.web.SpecificationFactory
- Author:
- Tomasz Kaczmarzyk, Jakub Radlica
-
Constructor Summary
ConstructorsConstructorDescriptionSpecificationFactory(org.springframework.core.convert.ConversionService conversionService, org.springframework.context.support.AbstractApplicationContext abstractApplicationContext, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification<?>Set<Class<? extends Annotation>>
-
Constructor Details
-
SpecificationFactory
public SpecificationFactory(org.springframework.core.convert.ConversionService conversionService, org.springframework.context.support.AbstractApplicationContext abstractApplicationContext, Locale locale)
-
-
Method Details
-
createSpecificationDependingOn
public org.springframework.data.jpa.domain.Specification<?> createSpecificationDependingOn(ProcessingContext context) -
getResolversBySupportedType
-