Class ObjectUtils
java.lang.Object
org.apache.dubbo.config.spring.util.ObjectUtils
Object Utilities
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T[]of(T... values) Convert from variable arguments to array
-
Field Details
-
EMPTY_STRING_ARRAY
Empty String array
-
-
Constructor Details
-
ObjectUtils
public ObjectUtils()
-
-
Method Details
-
of
public static <T> T[] of(T... values) Convert from variable arguments to array- Type Parameters:
T- The class- Parameters:
values- variable arguments- Returns:
- array
-