public interface SpecificationResolver<T extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.jpa.domain.Specification<Object> |
buildSpecification(WebRequestProcessingContext context,
T def) |
Class<? extends Annotation> |
getSupportedSpecificationDefinition() |
default <K extends Annotation> |
supports(K specDefinition) |
default <K extends Annotation> boolean supports(K specDefinition)
Class<? extends Annotation> getSupportedSpecificationDefinition()
org.springframework.data.jpa.domain.Specification<Object> buildSpecification(WebRequestProcessingContext context, T def)
Copyright © 2014–2020. All rights reserved.