Class AspectUtil

java.lang.Object
io.github.resilience4j.utils.AspectUtil

public class AspectUtil
extends java.lang.Object
common Aspect util methods
  • Method Summary

    Modifier and Type Method Description
    static <T> java.util.Set<T> newHashSet​(T... objs)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • newHashSet

      @SafeVarargs public static <T> java.util.Set<T> newHashSet​(T... objs)