-
- All Implemented Interfaces:
public final class TransformationRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<Class<?>>classesprivate final TransformationTypetypeprivate final Booleanuntransform
-
Constructor Summary
Constructors Constructor Description TransformationRequest(Set<Class<?>> classes, TransformationType type, Boolean untransform)
-
Method Summary
Modifier and Type Method Description final Set<Class<?>>getClasses()final TransformationTypegetType()final BooleangetUntransform()final TransformationRequestreverse()-
-
Constructor Detail
-
TransformationRequest
TransformationRequest(Set<Class<?>> classes, TransformationType type, Boolean untransform)
-
-
Method Detail
-
getClasses
final Set<Class<?>> getClasses()
-
getType
final TransformationType getType()
-
getUntransform
final Boolean getUntransform()
-
reverse
final TransformationRequest reverse()
-
-
-
-