Uses of Interface
org.cxbox.core.dto.mapper.ValueSupplier
-
Packages that use ValueSupplier Package Description org.cxbox.core.dto.mapper -
-
Uses of ValueSupplier in org.cxbox.core.dto.mapper
Methods in org.cxbox.core.dto.mapper that return types with arguments of type ValueSupplier Modifier and Type Method Description protected abstract Map<DtoField<? super D,?>,ValueSupplier<? super E,? super D,?>>DtoConstructor. buildValueSuppliers()Map<DtoField<? super D,?>,ValueSupplier<? super E,? super D,?>>DtoConstructor. getValueSuppliers()Methods in org.cxbox.core.dto.mapper with parameters of type ValueSupplier Modifier and Type Method Description <V> Optional<V>Mapping. get(ValueSupplier<? super E,? super D,V> valueSupplier)Constructors in org.cxbox.core.dto.mapper with parameters of type ValueSupplier Constructor Description RequestValueSupplier(ValueSupplier<E,D,V> valueSupplier)
-