Package akka.http.scaladsl.model.headers
Class CacheDirective.FieldNamesDirective
- java.lang.Object
-
- akka.http.scaladsl.model.headers.CacheDirective.FieldNamesDirective
-
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
,scala.Equals
,scala.Product
- Direct Known Subclasses:
CacheDirectives.no$minuscache
- Enclosing interface:
- CacheDirective
public abstract static class CacheDirective.FieldNamesDirective extends java.lang.Object implements scala.Product, ValueRenderable
-
-
Constructor Summary
Constructors Constructor Description FieldNamesDirective()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract scala.collection.immutable.Seq<java.lang.String>
fieldNames()
<R extends Rendering>
Renderingrender(R r)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.impl.util.ToStringRenderable
toString
-
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
-
-
-
-
Method Detail
-
fieldNames
public abstract scala.collection.immutable.Seq<java.lang.String> fieldNames()
-
render
public final <R extends Rendering> Rendering render(R r)
- Specified by:
render
in interfaceRenderable
-
-