Class ParserOutput.StrictEntityCreator<A extends ParserOutput,B extends UniversalEntity>
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityCreator<A,B>
org.apache.pekko.http.impl.engine.parsing.ParserOutput.StrictEntityCreator<A,B>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Function1<org.apache.pekko.stream.scaladsl.Source<A,,org.apache.pekko.NotUsed>, B> scala.Product
- Enclosing interface:
- ParserOutput
public static final class ParserOutput.StrictEntityCreator<A extends ParserOutput,B extends UniversalEntity>
extends ParserOutput.EntityCreator<A,B>
implements scala.Product, Serializable
An entity creator that uses the given entity directly and ignores the passed-in source.
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Function1
andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toStringMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
StrictEntityCreator
-
-
Method Details
-
entity
-
apply
- Specified by:
applyin interfacescala.Function1<A extends ParserOutput,B extends UniversalEntity>
-