Class KeyValueGenericParametersExtractor

All Implemented Interfaces:
ParametersSourceExtractor<KeyValueGenericParameters,KeyValueGenericParameters>

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

    • KeyValueGenericParametersExtractor

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

    • extractParameters

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