public final class Utils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Utils.CollectHelper<T> |
static class |
Utils.CountHelper<T> |
Modifier and Type | Method and Description |
---|---|
static String |
getCallLocationName() |
static String |
getCallLocationName(int depth) |
static void |
getContainedGenericTypes(CompositeType typeInfo,
List<GenericTypeInfo<?>> target)
Returns all GenericTypeInfos contained in a composite type.
|
static <T> String |
getSerializerTree(TypeInformation<T> ti)
Debugging utility to understand the hierarchy of serializers created by the Java API.
|
public static final Random RNG
public static String getCallLocationName()
public static String getCallLocationName(int depth)
public static void getContainedGenericTypes(CompositeType typeInfo, List<GenericTypeInfo<?>> target)
typeInfo
- public static <T> String getSerializerTree(TypeInformation<T> ti)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.