public class GenericParameterBuilder extends Object
Constructor and Description |
---|
GenericParameterBuilder(PropertyResolverUtils propertyResolverUtils) |
Modifier and Type | Method and Description |
---|---|
static void |
addAnnotationsToIgnore(Class<?>... classes) |
static void |
addFileType(Class<?>... classes) |
boolean |
isAnnotationToIgnore(org.springframework.core.MethodParameter parameter) |
boolean |
isFile(org.springframework.core.MethodParameter methodParameter) |
static void |
removeAnnotationsToIgnore(Class<?>... classes) |
public GenericParameterBuilder(PropertyResolverUtils propertyResolverUtils)
public static void addFileType(Class<?>... classes)
public static void addAnnotationsToIgnore(Class<?>... classes)
public static void removeAnnotationsToIgnore(Class<?>... classes)
public boolean isFile(org.springframework.core.MethodParameter methodParameter)
public boolean isAnnotationToIgnore(org.springframework.core.MethodParameter parameter)
Copyright © 2020. All rights reserved.