public class ParameterServiceRegistry extends Object
public static ParameterServiceRegistry getInstance()
public List<MethodParameter> getMethodParameters(Method method)
public List<MethodParameter> getMethodParameters(String supplierName, Method method)
public MethodParameter getMethodParameter(Method method, int index)
public MethodParameter getMethodParameter(String supplierName, Method method, int index)
public MethodParameter getMethodParameter(String name, int modifiers, Method method, int index)
public MethodParameter getMethodParameter(String supplierName, String name, int modifiers, Method method, int index)
public List<ConstructorParameter> getConstructorParameters(Constructor constructor)
public List<ConstructorParameter> getConstructorParameters(String supplierName, Constructor constructor)
public ConstructorParameter getConstructorParameter(Constructor constructor, int index)
public ConstructorParameter getConstructorParameter(String supplierName, Constructor constructor, int index)
public ConstructorParameter getConstructorParameter(String name, int modifiers, Constructor constructor, int index)
public ConstructorParameter getConstructorParameter(String supplierName, String name, int modifiers, Constructor constructor, int index)
public MethodParameterSupplier getDefaultMethodParameterSupplier()
public ConstructorParameterSupplier getDefaultConstructorParameterSupplier()
public MethodParameterSupplier findMethodParameterSupplier(String name)
public MethodParameterSupplier findMethodParameterSupplier(String name, boolean useDefaultIfNotFound)
public ConstructorParameterSupplier findConstructorParameterSupplier(String name)
public ConstructorParameterSupplier findConstructorParameterSupplier(String name, boolean useDefaultIfNotFound)
public void register(String name, MethodParameterSupplier supplier)
public void register(String name, ConstructorParameterSupplier supplier)
Copyright © 2020. All rights reserved.