Class ReflectionUtil


  • public class ReflectionUtil
    extends Object

    Utility class to help with reflection.

    Author:
    Andreas Pointner
    • Method Detail

      • createFunctionChain

        public static <S,​T> Function<S,​T> createFunctionChain​(Class<?> entrypoint,
                                                                          String path)