Class SimpleGenericParametersExtractor

All Implemented Interfaces:
ParametersSourceExtractor<SimpleGenericParameters,SimpleGenericParameters>

@API(status=EXPERIMENTAL, since="0.1") public class SimpleGenericParametersExtractor extends AbstractParametersSourceExtractor<SimpleGenericParameters,SimpleGenericParameters>
Generation parameters extractor that copies parameters between SimpleGenericParameters instances.
Since:
0.1
Version:
1.0, 2022-11
Author:
(w) Iker Hernaez
See Also:
  • Constructor Details

    • SimpleGenericParametersExtractor

      public SimpleGenericParametersExtractor()
      Creates a new instance.
  • Method Details

    • extractParameters

      public void extractParameters(@NotNull @NotNull SimpleGenericParameters from, @NotNull @NotNull SimpleGenericParameters target)
      Extracts the parameters from the specified source, modifying the generation parameters as required.
      Parameters:
      from - The metadata source
      target - The target generation parameters