Uses of Class
org.cxbox.core.dto.mapper.RequestValueSupplier
-
Packages that use RequestValueSupplier Package Description org.cxbox.core.dto.mapper -
-
Uses of RequestValueSupplier in org.cxbox.core.dto.mapper
Fields in org.cxbox.core.dto.mapper declared as RequestValueSupplier Modifier and Type Field Description protected RequestValueSupplier<BaseEntity,org.cxbox.api.data.dto.DataResponseDTO,User>DtoConstructor. currentUserprotected RequestValueSupplier<BaseEntity,org.cxbox.api.data.dto.DataResponseDTO,Department>DtoConstructor. currentUserDeptprotected RequestValueSupplier<BaseEntity,org.cxbox.api.data.dto.DataResponseDTO,org.cxbox.api.data.dictionary.LOV>DtoConstructor. currentUserRoleMethods in org.cxbox.core.dto.mapper with parameters of type RequestValueSupplier Modifier and Type Method Description <E extends BaseEntity,D extends org.cxbox.api.data.dto.DataResponseDTO,V>
Optional<V>RequestValueCache. computeIfAbsent(RequestValueSupplier<E,D,V> valueSupplier, Object key, Supplier<?> getter)<V> Optional<V>Mapping. get(RequestValueSupplier<? super E,? super D,V> valueSupplier)
-