Class RestCriteriaConstructResolver

java.lang.Object
ru.i_novus.ms.rdm.n2o.criteria.construct.RestCriteriaConstructResolver
All Implemented Interfaces:
CriteriaConstructResolver
Direct Known Subclasses:
RefBookCriteriaConstructResolver

@Component
@Order
public class RestCriteriaConstructResolver
extends java.lang.Object
implements CriteriaConstructResolver
Базовый класс-резолвер для RestCriteria.
  • Constructor Summary

    Constructors 
    Constructor Description
    RestCriteriaConstructResolver()  
  • Method Summary

    Modifier and Type Method Description
    boolean isSatisfied​(java.lang.Object instance)  
    void resolve​(java.lang.Object instance, net.n2oapp.framework.api.criteria.N2oPreparedCriteria criteria)  
    protected org.springframework.data.domain.Sort.Direction toSortDirection​(net.n2oapp.criteria.api.Direction direction)  
    protected java.lang.String toSortProperty​(java.lang.String field)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait