Class InnerCookieBeanParamEntity

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.bean.InnerCookieBeanParamEntity

public class InnerCookieBeanParamEntity extends Object
  • Field Details

    • paramEntityWithConstructor

      @DefaultValue("DefaultParamValue") @CookieParam("InnerParamEntityWithConstructor") public ParamEntityWithConstructor paramEntityWithConstructor
    • paramEntityWithFromString

      @DefaultValue("DefaultParamValue") @CookieParam("InnerParamEntityWithFromString") public ParamEntityWithFromString paramEntityWithFromString
    • paramEntityWithValueOf

      @DefaultValue("DefaultParamValue") @CookieParam("InnerParamEntityWithValueOf") public ParamEntityWithValueOf paramEntityWithValueOf
    • setParamEntityWithFromString

      @DefaultValue("DefaultParamValue") @CookieParam("InnerSetParamEntityWithFromString") public Set<ParamEntityWithFromString> setParamEntityWithFromString
    • sortedSetParamEntityWithFromString

      @DefaultValue("DefaultParamValue") @CookieParam("InnerSortedSetParamEntityWithFromString") public SortedSet<ParamEntityWithFromString> sortedSetParamEntityWithFromString
    • listParamEntityWithFromString

      @DefaultValue("DefaultParamValue") @CookieParam("InnerListParamEntityWithFromString") public List<ParamEntityWithFromString> listParamEntityWithFromString
    • entityThrowingWebApplicationException

      @CookieParam("InnerParamEntityThrowingWebApplicationException") public ParamEntityThrowingWebApplicationException entityThrowingWebApplicationException
    • entityThrowingExceptionGivenByName

      @CookieParam("InnerParamEntityThrowingExceptionGivenByName") public ParamEntityThrowingExceptionGivenByName entityThrowingExceptionGivenByName
  • Constructor Details

    • InnerCookieBeanParamEntity

      public InnerCookieBeanParamEntity()