Class SelectedMethod<T extends Method>

java.lang.Object
org.mapstruct.ap.internal.model.source.selector.SelectedMethod<T>
Type Parameters:
T - the type of the method

public class SelectedMethod<T extends Method> extends Object
A selected method with additional metadata that might be required for further usage of the selected method.
Author:
Andreas Gudian
  • Constructor Details

    • SelectedMethod

      public SelectedMethod(T method)
  • Method Details