Interface HeaderMagnet<T>


public interface HeaderMagnet<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.reflect.ClassTag<T>
     
    scala.PartialFunction<HttpHeader,T>
    Returns a partial function that checks if the input value is of runtime type T and returns the value if it does.
     
     
  • Method Details

    • classTag

      scala.reflect.ClassTag<T> classTag()
    • runtimeClass

      Class<T> runtimeClass()
    • headerName

      String headerName()
    • extractPF

      scala.PartialFunction<HttpHeader,T> extractPF()
      Returns a partial function that checks if the input value is of runtime type T and returns the value if it does. Doesn't take erased information into account.
      Returns:
      (undocumented)