Class DeclarativeElementInfo
java.lang.Object
io.helidon.declarative.codegen.common.DeclarativeElementInfo
Utilities for declarative element processing.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbelongsToService(TypeInfo typeInfo, TypedElementInfo element) Whether an effective element belongs to the service type being processed.
-
Method Details
-
belongsToService
Whether an effective element belongs to the service type being processed.- Parameters:
typeInfo- service type infoelement- element to check- Returns:
- whether the element belongs to the service type
-