- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getClassForImplementationHint (0.1 sec)
-
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedConfigurationConverter.java
final Object value = fromExpression(configuration, evaluator, type); if (type.isInstance(value)) { return value; } try { final Class<?> implType = getClassForImplementationHint(type, configuration, loader); if (null == value && implType.isInterface() && configuration.getChildCount() == 0) { return null; // nothing to process }
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 17 07:40:49 UTC 2025 - 6.2K bytes - Viewed (0)