JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javax.ws.rs.ext

Interface RuntimeDelegate.HeaderDelegate<T>

  • Type Parameters:
    T - a JAX-RS type that corresponds to the value of a HTTP header.
    Enclosing class:
    RuntimeDelegate


    public static interface RuntimeDelegate.HeaderDelegate<T>
    Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      T fromString (String value)
      Parse the supplied value and create an instance of T.
      String toString (T value)
      Convert the supplied value to a String.
    • Method Detail

      • fromString

        T fromString(String value)
        Parse the supplied value and create an instance of T.
        Parameters:
        value - the string value.
        Returns:
        the newly created instance of T.
        Throws:
        IllegalArgumentException - if the supplied string cannot be parsed or is null.
      • toString

        String toString(T value)
        Convert the supplied value to a String.
        Parameters:
        value - the value of type T.
        Returns:
        a String representation of the value.
        Throws:
        IllegalArgumentException - if the supplied object cannot be serialized or is null.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /