public class UrlMappingRuntimeHints extends java.lang.Object implements RuntimeHintsRegistrar
Registers the URL mapping API a request is dispatched through.
Resolving a request reads the matched mapping reflectively through Groovy, so the declared methods of these types have to survive into the image. The parameter accessor in particular is reached only once a mapping carries parameters, which a walk of an application's pages need not do.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
registerHints(RuntimeHints hints, java.lang.ClassLoader classLoader) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |