Uses of Class
com.alon.spring.crud.api.controller.input.Options
-
Packages that use Options Package Description com.alon.spring.crud.api.controller -
-
Uses of Options in com.alon.spring.crud.api.controller
Methods in com.alon.spring.crud.api.controller with parameters of type Options Modifier and Type Method Description protected voidCrudController. normalizeCollectionOptions(Options options)protected voidCrudController. normalizeSingleOptions(Options options)org.springframework.http.ResponseEntityCachedCrudController. read(MANAGED_ENTITY_ID_TYPE id, Options options, org.springframework.web.context.request.ServletWebRequest request)org.springframework.http.ResponseEntityCrudController. read(MANAGED_ENTITY_ID_TYPE id, Options options, org.springframework.web.context.request.ServletWebRequest request)org.springframework.http.ResponseEntityCachedCrudController. search(SEARCH_INPUT_TYPE filter, org.springframework.data.domain.Pageable pageable, Options options, org.springframework.web.context.request.ServletWebRequest request)org.springframework.http.ResponseEntityCrudController. search(SEARCH_INPUT_TYPE filter, org.springframework.data.domain.Pageable pageable, Options options, org.springframework.web.context.request.ServletWebRequest request)
-