public interface ExposableControllerEndpoint extends ExposableEndpoint<Operation>, PathMappedEndpoint
getController()
and
ExposableEndpoint.getOperations()
should always return an empty collection.Modifier and Type | Method and Description |
---|---|
Object |
getController()
Return the source controller that contains
@RequestMapping
methods. |
getEndpointId, getOperations, isEnableByDefault
getRootPath
Object getController()
@RequestMapping
methods.