java.lang.Object
io.helidon.inject.processor.GeneralProcessorUtils
Carries static methods that are agnostic to the active processing environment.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisProviderType(TypeName typeName) Returns true if the provided type name is aProvider<>type.
-
Method Details
-
isProviderType
Returns true if the provided type name is aProvider<>type.- Parameters:
typeName- the type name to check- Returns:
- true if the provided type is a provider type.
-