public interface InclusionStrategy
| Modifier and Type | Method and Description |
|---|---|
boolean |
includeArgument(Parameter parameter,
AnnotatedType type) |
boolean |
includeInputField(Class<?> declaringClass,
AnnotatedElement element,
AnnotatedType elementType) |
boolean |
includeOperation(AnnotatedElement element,
AnnotatedType type) |
boolean includeOperation(AnnotatedElement element, AnnotatedType type)
boolean includeArgument(Parameter parameter, AnnotatedType type)
boolean includeInputField(Class<?> declaringClass, AnnotatedElement element, AnnotatedType elementType)
Copyright © 2016–2018. All rights reserved.