public class InterceptObjectExt extends Object
Constructor and Description |
---|
InterceptObjectExt() |
Modifier and Type | Method and Description |
---|---|
static String |
foo(@Nullable InterceptObject interceptObject) |
static String |
repeatSelf(InterceptObject interceptObject,
int times) |
static String |
sayHello(String name) |
static String |
sayHello(String firstName,
String lastName) |
static String |
test(String firstName) |
public static String repeatSelf(InterceptObject interceptObject, int times)
public static String foo(@Nullable InterceptObject interceptObject)
Copyright © 2024. All rights reserved.