Lines Matching refs:generates
75 Which generates this:
101 we want to make the operation and range configurable. Here's a method that generates a method:
128 Methods generating methods! And since JavaPoet generates source instead of bytecode, you can
225 That generates the following `.java` file, complete with the necessary `import`:
453 Which generates this:
487 Which generates this:
544 Which generates:
565 Which generates:
652 Which generates this:
701 This generates a method that contains a class that contains a method:
733 Which generates this method with an `@Override` annotation:
756 Which generates this annotation with `accept` and `userAgent` properties:
787 Which generates this:
817 Which generates this: