Interface InclusionStrategy
-
- All Known Implementing Classes:
DefaultInclusionStrategy
public interface InclusionStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanincludeArgument(Parameter parameter, AnnotatedType declaringType)booleanincludeArgumentForMapping(Parameter parameter, AnnotatedType parameterType, AnnotatedType declaringType)booleanincludeInputField(InputFieldInclusionParams params)booleanincludeOperation(List<AnnotatedElement> elements, AnnotatedType declaringType)
-
-
-
Method Detail
-
includeOperation
boolean includeOperation(List<AnnotatedElement> elements, AnnotatedType declaringType)
-
includeArgument
boolean includeArgument(Parameter parameter, AnnotatedType declaringType)
-
includeArgumentForMapping
boolean includeArgumentForMapping(Parameter parameter, AnnotatedType parameterType, AnnotatedType declaringType)
-
includeInputField
boolean includeInputField(InputFieldInclusionParams params)
-
-