public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.core.MethodParameter |
createMethodParameter(Executable executable,
int i)
Return a properly initialized MethodParameter for the given executable and index.
|
static org.springframework.core.MethodParameter |
createMethodParameter(Parameter parameter)
Convert from JDK
Parameter to Spring MethodParameter. |
static Stream<org.springframework.core.MethodParameter> |
createMethodParameters(Executable executable)
Return MethodParameters for each parameter of the given method/constructor.
|
static String |
unCamelify(CharSequence original)
Turn CamelCaseText into gnu-style-lowercase.
|
public static String unCamelify(CharSequence original)
public static org.springframework.core.MethodParameter createMethodParameter(Parameter parameter)
Parameter to Spring MethodParameter.public static org.springframework.core.MethodParameter createMethodParameter(Executable executable, int i)
public static Stream<org.springframework.core.MethodParameter> createMethodParameters(Executable executable)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.