public class FieldUtils
@Nullable
public static java.lang.Class<?> getGenericClass(@NotNull
java.lang.reflect.Field $this$getGenericClass,
int index)
@NotNull
public static java.lang.Class<?> resolveNestedGeneric(@NotNull
java.lang.reflect.Field $this$resolveNestedGeneric,
int parentIndex,
int childIndex)
Resolve a sublevel generic type (For example Map<*, List>)