Class Converter
java.lang.Object
org.qubership.atp.environments.utils.Converter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.modelmapper.ModelMapper -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INTERNAL_MAPPER
protected static final org.modelmapper.ModelMapper INTERNAL_MAPPER
-
-
Constructor Details
-
Converter
public Converter()
-
-
Method Details
-
convert
Convert t.- Type Parameters:
T- the type parameter- Parameters:
from- the fromto- the to- Returns:
- the t
-
convertList
Convert list list.- Type Parameters:
T- the type parameter- Parameters:
from- the fromto- the to- Returns:
- the list
-