Class DeclarativeElementInfo

java.lang.Object
io.helidon.declarative.codegen.common.DeclarativeElementInfo

public final class DeclarativeElementInfo extends Object
Utilities for declarative element processing.
  • Method Details

    • belongsToService

      public static boolean belongsToService(TypeInfo typeInfo, TypedElementInfo element)
      Whether an effective element belongs to the service type being processed.
      Parameters:
      typeInfo - service type info
      element - element to check
      Returns:
      whether the element belongs to the service type