java2typescript
java2typescript copied to clipboard
Fixed NPE Caused By HTTP Methods that would resemble Accessors
Negated a potential NPE that was caused be HTTP methods that had a similar structure to accessor methods.
Modified ExampleService in DescriptorGeneratorTest to as an example to the type of edge case that currently causes this issue.
Fixes problems addressed in issue #40 in a manner matching the discussion that was had there.