Package akka.http.scaladsl.client
Class TransformerPipelineSupport$
- java.lang.Object
-
- akka.http.scaladsl.client.TransformerPipelineSupport$
-
- All Implemented Interfaces:
TransformerPipelineSupport
public class TransformerPipelineSupport$ extends java.lang.Object implements TransformerPipelineSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.client.TransformerPipelineSupport
TransformerPipelineSupport.WithTransformation<A>, TransformerPipelineSupport.WithTransformerConcatenation<A,B>
-
-
Field Summary
Fields Modifier and Type Field Description static TransformerPipelineSupport$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TransformerPipelineSupport$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.client.TransformerPipelineSupport
logValue, logValue
-
-
-
-
Field Detail
-
MODULE$
public static final TransformerPipelineSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-