Uses of Class
cn.dinodev.spring.commons.projection.PropertyProjector
Packages that use PropertyProjector
-
Uses of PropertyProjector in cn.dinodev.spring.commons.projection
Methods in cn.dinodev.spring.commons.projection that return PropertyProjectorModifier and TypeMethodDescriptionPropertyProjector.add(PropertyDescriptor getter, PropertyDescriptor setter) Add a property copier with specified json viewPropertyProjector.add(PropertyDescriptor getter, PropertyDescriptor setter, Supplier<Function<?, ?>> converter) Add a property copier with specified json viewPropertyProjector.add(PropertyDescriptor getter, String targetPropertyName, Function<?, ?> converter) Add a property copier with specified json viewAdd a property copierAdd a property copier with converter<V> PropertyProjector<S,T> PropertyProjector.add(Method sourceGetter, BiConsumer<T, V> setter) Add a property copier with specified json viewAdd a property copier with specified json viewPropertyProjector.add(String sourcePropertyName, String targetPropertyName, Function<?, ?> converter) Add a property copier with specified json view<V> PropertyProjector<S,T> PropertyProjector.add(String sourcePropertyName, BiConsumer<T, V> setter) Add a property copier with specified json view<V> PropertyProjector<S,T> PropertyProjector.add(String sourcePropertyName, BiConsumer<T, V> setter, Function<V, V> converter) Add a property copier with specified json view<V> PropertyProjector<S,T> PropertyProjector.add(Function<S, V> getter, BiConsumer<T, V> setter) Add a property copier with specified json view<V> PropertyProjector<S,T> Add a property copier with specified json view<V> PropertyProjector<S,T> PropertyProjector.add(Function<S, V> getter, BiConsumer<T, V> setter, Class<?>[] getterViews, Class<?>[] setterViews) Add a property copier with specified json view<V> PropertyProjector<S,T> Add a property copier with specified json view<V> PropertyProjector<S,T> PropertyProjector.add(Function<S, V> getter, BiConsumer<T, V> setter, Function<V, V> converter, Class<?>... views) Add a property copier with specified json view