-
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 TransformationRequestreverse()final Set<Class<?>>component1()final TransformationTypecomponent2()final Booleancomponent3()final TransformationRequestcopy(Set<Class<?>> classes, TransformationType type, Boolean untransform)final Set<Class<?>>getClasses()final TransformationTypegetType()final BooleangetUntransform()-
-
Constructor Detail
-
TransformationRequest
TransformationRequest(Set<Class<?>> classes, TransformationType type, Boolean untransform)
-
-
Method Detail
-
reverse
final TransformationRequest reverse()
-
component1
final Set<Class<?>> component1()
-
component2
final TransformationType component2()
-
component3
final Boolean component3()
-
copy
final TransformationRequest copy(Set<Class<?>> classes, TransformationType type, Boolean untransform)
-
getClasses
final Set<Class<?>> getClasses()
-
getType
final TransformationType getType()
-
getUntransform
final Boolean getUntransform()
-
-
-
-