- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TypeLiteral (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelper.java
throws ComponentConfigurationException { TypeLiteral<?> fieldType = TypeLiteral.get(field.getGenericType()); return convertProperty(beanType, valueType, configuration, fieldType); } private Object convertProperty( Class<?> beanType, Class<?> valueType, PlexusConfiguration configuration, TypeLiteral<?> paramType) throws ComponentConfigurationException {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) -
impl/maven-core/src/test/java/org/apache/maven/di/DiTest.java
import java.util.List; import java.util.Map; import java.util.Optional; import com.google.inject.AbstractModule; import com.google.inject.Binding; import com.google.inject.Injector; import com.google.inject.TypeLiteral; import org.apache.maven.api.model.Model; import org.apache.maven.api.services.Source; import org.apache.maven.api.spi.ModelParser; import org.apache.maven.api.spi.ModelParserException;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Feb 10 23:18:32 GMT 2025 - 12.4K bytes - Click Count (0)