Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
555f51bf
Commit
555f51bf
authored
Oct 26, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix checkstyle violation
parent
00e0d61e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
ReflectiveOperationInvoker.java
...ork/boot/actuate/endpoint/ReflectiveOperationInvoker.java
+3
-1
JmxAnnotationEndpointDiscoverer.java
...point/jmx/annotation/JmxAnnotationEndpointDiscoverer.java
+1
-1
WebAnnotationEndpointDiscoverer.java
...point/web/annotation/WebAnnotationEndpointDiscoverer.java
+1
-1
No files found.
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/ReflectiveOperationInvoker.java
View file @
555f51bf
...
...
@@ -46,8 +46,10 @@ public class ReflectiveOperationInvoker implements OperationInvoker {
/**
* Creates a new {code ReflectiveOperationInvoker} that will invoke the given
* {@code method} on the given {@code target}. The given {@code parameterMapper} will
* be used to map parameters to the required types.
* be used to map parameters to the required types and the given
* {@code parameterNameMapper} will be used map parameters by name.
* @param parameterMapper the parameter mapper
* @param parameterNameMapper the parameter name mapper
* @param target the target of the reflective call
* @param method the method to call
*/
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/jmx/annotation/JmxAnnotationEndpointDiscoverer.java
View file @
555f51bf
...
...
@@ -30,10 +30,10 @@ import java.util.stream.Collectors;
import
org.springframework.boot.actuate.endpoint.EndpointExposure
;
import
org.springframework.boot.actuate.endpoint.EndpointInfo
;
import
org.springframework.boot.actuate.endpoint.ParameterNameMapper
;
import
org.springframework.boot.actuate.endpoint.OperationInvoker
;
import
org.springframework.boot.actuate.endpoint.OperationParameterMapper
;
import
org.springframework.boot.actuate.endpoint.OperationType
;
import
org.springframework.boot.actuate.endpoint.ParameterNameMapper
;
import
org.springframework.boot.actuate.endpoint.ReflectiveOperationInvoker
;
import
org.springframework.boot.actuate.endpoint.annotation.AnnotationEndpointDiscoverer
;
import
org.springframework.boot.actuate.endpoint.annotation.Endpoint
;
...
...
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/web/annotation/WebAnnotationEndpointDiscoverer.java
View file @
555f51bf
...
...
@@ -32,10 +32,10 @@ import org.reactivestreams.Publisher;
import
org.springframework.boot.actuate.endpoint.EndpointExposure
;
import
org.springframework.boot.actuate.endpoint.EndpointInfo
;
import
org.springframework.boot.actuate.endpoint.ParameterNameMapper
;
import
org.springframework.boot.actuate.endpoint.OperationInvoker
;
import
org.springframework.boot.actuate.endpoint.OperationParameterMapper
;
import
org.springframework.boot.actuate.endpoint.OperationType
;
import
org.springframework.boot.actuate.endpoint.ParameterNameMapper
;
import
org.springframework.boot.actuate.endpoint.ReflectiveOperationInvoker
;
import
org.springframework.boot.actuate.endpoint.annotation.AnnotationEndpointDiscoverer
;
import
org.springframework.boot.actuate.endpoint.annotation.Endpoint
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment