Class TypedParameterDescriptor

All Implemented Interfaces:
IIntrinsicTypeReference

public class TypedParameterDescriptor extends ParameterDescriptor implements IIntrinsicTypeReference
  • Field Details

    • _paramType

      private final Class _paramType
  • Constructor Details

    • TypedParameterDescriptor

      public TypedParameterDescriptor(String parameterName, Class paramType)
  • Method Details