Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for lookupConverterForType (0.07 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelper.java

                Class<?> beanType, Class<?> rawPropertyType, Type genericPropertyType, PlexusConfiguration configuration)
                throws ComponentConfigurationException {
    
            ConfigurationConverter converter = lookup.lookupConverterForType(rawPropertyType);
    
            if (!(genericPropertyType instanceof Class) && converter instanceof ParameterizedConfigurationConverter) {
                Type[] propertyTypeArgs = TypeArguments.get(genericPropertyType);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Nov 12 14:59:46 GMT 2025
    - 12.3K bytes
    - Click Count (0)
Back to Top