public class ReflectionUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static <V,R> Function<V,R> | getConstructorAsFunction(Class<V> parameterClass,
                        Class<R> clazz) | 
| static org.apache.avro.reflect.FieldAccess | getFieldAccess() | 
| protected static Map<TypeVariable<?>,Type> | resolveTypeVariables(Class<?> iface)For an interface, get a map of any  TypeVariables to their actual
 types. | 
public static org.apache.avro.reflect.FieldAccess getFieldAccess()
protected static Map<TypeVariable<?>,Type> resolveTypeVariables(Class<?> iface)
TypeVariables to their actual
 types.iface - interface to resolve types for.TypeVariables to actual types.Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.