public static class EndpointRegistry.VaadinEndpointData extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
getEndpointObject() |
Optional<Method> |
getMethod(String methodName)
Finds a method with the given name.
|
public Optional<Method> getMethod(String methodName)
methodName - the name to look forpublic Object getEndpointObject()
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.