Interface PojoModelConstructorParameter

    • Method Detail

      • name

        Optional<String> name()
        Returns:
        An optional containing the name of this constructor parameter, or an empty optional if it's not available (e.g. if the class was compiled without the `-parameters` compiler flag).
      • rawType

        Class<?> rawType()
        Returns:
        The Class representing the raw type of this constructor parameter.