Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support renaming or transformation of non-standard type variable names #60

Closed
raner opened this issue Dec 26, 2020 · 0 comments
Closed
Milestone

Comments

@raner
Copy link
Owner

raner commented Dec 26, 2020

With Projo's API scraping facility, there can sometimes be issues with non-standard type variable names that look like Java class names. For example:

public interface ObservableTransformer<Upstream, Downstream> {
    @NonNull
    ObservableSource<Downstream> apply(@NonNull Observable<Upstream> upstream);
}

Projo should offer a way to convert these type variables, at the very minimum by converting them to all upper case (or possibly by removing all lower-case characters).

@raner raner added this to the 1.2.0 milestone Feb 27, 2021
raner added a commit that referenced this issue Mar 1, 2021
Issue #60: added type variable transformer support
@raner raner closed this as completed Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant