クラス AbstractCallableMethod<T>

直系の既知のサブクラス:
CallableMethod

public class AbstractCallableMethod<T> extends MethodWrapper<T>
  • コンストラクタの詳細

    • AbstractCallableMethod

      public AbstractCallableMethod(Method method, org.springframework.core.ResolvableType implementationType, org.springframework.context.ApplicationContext context)
  • メソッドの詳細

    • cast

      public Object[] cast(Object[] parameters)
    • cast

      public static Object[] cast(com.fasterxml.jackson.databind.JavaType[] types, Object[] parameters)