Interface RequestSerializationStep2Builder<T>
-
- Type Parameters:
T- the type to serialize into aMap
public interface RequestSerializationStep2Builder<T>Based on the conditions defined in the previousRequestSerializationStep1Builder, this step defines how to map the matching from object into aMap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestSerializationStep1Builderusing(Mapifier<T> mapifier)Uses the givenMapifier, when the previous condition triggers.
-
-
-
Method Detail
-
using
RequestSerializationStep1Builder using(Mapifier<T> mapifier)
Uses the givenMapifier, when the previous condition triggers.- Parameters:
mapifier- theMapifierto use- Returns:
- the next step in the fluent builder interface
-
-