Interface SimpleGenericParameters

All Superinterfaces:
GenerationParameters
All Known Implementing Classes:
CollectionGenerationParameters, SimpleGenericParametersImpl

@API(status=EXPERIMENTAL, since="0.1") public interface SimpleGenericParameters extends GenerationParameters
Interface for generation parameters of generic classes with a single type parameter.
Since:
0.1
Version:
1.0, 2022-11
Author:
(w) Iker Hernaez
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Interface for SimpleGenericParameters builders.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type parameter.
    void
    setType(Type type)
    Sets the type parameter.
  • Method Details

    • getType

      Type getType()
      Returns the type parameter.
      Returns:
      The type parameter
    • setType

      void setType(Type type)
      Sets the type parameter.
      Parameters:
      type - the type parameter