Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BeanProperty (0.06 sec)

  1. compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java

            final Object bean = newImplementation(clazz);
    
            // build map of all known bean properties belonging to the chosen implementation
            final Map<String, BeanProperty<Object>> propertyMap = new HashMap<>();
            for (final BeanProperty<Object> property : new BeanProperties(clazz)) {
                final String name = property.getName();
                if (!propertyMap.containsKey(name)) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Jul 23 17:27:08 UTC 2025
    - 15.3K bytes
    - Viewed (0)
Back to top