Class Reflection

java.lang.Object
tech.illuin.pipeline.commons.Reflection

public final class Reflection extends Object
Author:
Pierre Lecerf ([email protected])
  • Method Details

    • isAnonymousImplementation

      public static boolean isAnonymousImplementation(Class<?> c)
    • getMethodSignature

      public static String getMethodSignature(Method method)
    • getOptionalParameter

      public static <C extends Class<?>> Optional<C> getOptionalParameter(Parameter parameter, C expectedSuperclass)
    • getStreamParameter

      public static <C extends Class<?>> Optional<C> getStreamParameter(Parameter parameter, C expectedSuperclass)
    • getWrapperType

      public static Class<?> getWrapperType(Class<?> primitiveType)