public class SyncUtils extends Object
| Constructor and Description |
|---|
SyncUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
alike(Synchronizable s,
Synchronizable obj,
int nivel) |
static List<Class<?>> |
getClassHierarchy(Class<?> baseClass) |
static int |
getDependencyLevel(Synchronizable s) |
static List<Field> |
getFieldList(Class<?> baseClass) |
public static boolean alike(Synchronizable s, Synchronizable obj, int nivel)
public static int getDependencyLevel(Synchronizable s)
Copyright © 2020. All rights reserved.