Class ParameterInfo<T>


  • public class ParameterInfo<T>
    extends Object
    • Constructor Detail

      • ParameterInfo

        public ParameterInfo()
      • ParameterInfo

        public ParameterInfo​(String correlationId,
                             String name,
                             Class<T> type,
                             T value)
    • Method Detail

      • getName

        public String getName()
      • getCapitalizedName

        public String getCapitalizedName()
      • setName

        public void setName​(String name)
      • getType

        public Class<T> getType()
      • setType

        public void setType​(Class<T> type)
      • getValue

        public T getValue()
      • setValue

        public void setValue​(T value)
      • getCorrelationId

        public String getCorrelationId()
      • setCorrelationId

        public void setCorrelationId​(String correlationId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object