Package ognl.internal.entry
Class GenericMethodParameterTypeFactory
java.lang.Object
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:
createin interfaceCacheEntryFactory<GenericMethodParameterTypeCacheEntry,Class<?>[]> - Throws:
CacheException
-
resolveType
private Class<?> resolveType(ParameterizedType param, TypeVariable<?> var, TypeVariable<?>[] declaredTypes)
-