- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BeanProperty (0.41 seconds)
-
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)) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 15.3K bytes - Click Count (0)