Class ClientBeanParamInfo

java.lang.Object
org.jboss.resteasy.reactive.common.model.MethodParameter
org.jboss.resteasy.reactive.client.processor.beanparam.ClientBeanParamInfo

public class ClientBeanParamInfo extends org.jboss.resteasy.reactive.common.model.MethodParameter
  • Field Summary

    Fields inherited from class org.jboss.resteasy.reactive.common.model.MethodParameter

    declaredType, declaredUnresolvedType, encoded, mimeType, name, parameterType, partFileName, separator, signature, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientBeanParamInfo(List<Item> items, String beanParamClass)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.jboss.resteasy.reactive.common.model.MethodParameter

    equals, getDeclaredType, getDefaultValue, getName, getParameterType, getType, hashCode, isObtainedAsCollection, isOptional, isSingle, setDeclaredType, setDefaultValue, setName, setObtainedAsCollection, setOptional, setParameterType, setSingle, setType, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ClientBeanParamInfo

      public ClientBeanParamInfo(List<Item> items, String beanParamClass)
  • Method Details

    • getItems

      public List<Item> getItems()