Class GenericMethodParameterTypeFactory
java.lang.Object
org.apache.commons.ognl.internal.entry.GenericMethodParameterTypeFactory
- All Implemented Interfaces:
CacheEntryFactory<GenericMethodParameterTypeCacheEntry,
Class<?>[]>
public class GenericMethodParameterTypeFactory
extends Object
implements CacheEntryFactory<GenericMethodParameterTypeCacheEntry,Class<?>[]>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]
private Class<?>
resolveType
(ParameterizedType param, TypeVariable<?> var, TypeVariable<?>[] declaredTypes)
-
Constructor Details
-
GenericMethodParameterTypeFactory
public GenericMethodParameterTypeFactory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceCacheEntryFactory<GenericMethodParameterTypeCacheEntry,
Class<?>[]> - Throws:
CacheException
-
resolveType
private Class<?> resolveType(ParameterizedType param, TypeVariable<?> var, TypeVariable<?>[] declaredTypes)
-