Class RestFilterOpManagerImpl

java.lang.Object
io.jmix.rest.impl.service.filter.RestFilterOpManagerImpl
All Implemented Interfaces:
RestFilterOpManager

@Component("rest_RestOpManager") public class RestFilterOpManagerImpl extends Object implements RestFilterOpManager
  • Field Details

    • metadata

      @Autowired protected Metadata metadata
    • DATE_TIME_CLASSES

      protected static final List<Class> DATE_TIME_CLASSES
    • TIME_CLASSES

      protected static final List<Class> TIME_CLASSES
  • Constructor Details

    • RestFilterOpManagerImpl

      public RestFilterOpManagerImpl()
  • Method Details