Class GeneralProcessorUtils

java.lang.Object
io.helidon.inject.processor.GeneralProcessorUtils

public final class GeneralProcessorUtils extends Object
Carries static methods that are agnostic to the active processing environment.
See Also:
  • ActiveProcessorUtils
  • Method Details

    • isProviderType

      public static boolean isProviderType(TypeName typeName)
      Returns true if the provided type name is a Provider<> type.
      Parameters:
      typeName - the type name to check
      Returns:
      true if the provided type is a provider type.