- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newImplementation (0.06 sec)
-
compat/maven-embedder/src/main/java/org/eclipse/sisu/plexus/PlexusXmlBeanConverter.java
* @return Instance of custom implementation if one was given; otherwise instance of default type */ @SuppressWarnings("unchecked") private static <T> T newImplementation(final XmlPullParser parser, final Class<T> defaultClazz) { return (T) newImplementation(loadImplementation(parseImplementation(parser), defaultClazz)); } /**Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 15.3K bytes - Viewed (0)