Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertPropertyForField (0.26 sec)

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

                }
            }
    
            // Try field access
            Field field = findCachedField(beanType, propertyName);
            if (field != null) {
                try {
                    Object value = convertPropertyForField(beanType, field, valueType, configuration);
                    if (value != null) {
                        if (listener != null) {
                            listener.notifyFieldChangeUsingReflection(propertyName, value, bean);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 12 14:59:46 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top