Uses of Class
com.github.victools.jsonschema.generator.impl.module.MethodExclusionModule
Packages that use MethodExclusionModule
-
Uses of MethodExclusionModule in com.github.victools.jsonschema.generator.impl.module
Methods in com.github.victools.jsonschema.generator.impl.module that return MethodExclusionModuleModifier and TypeMethodDescriptionstatic MethodExclusionModuleMethodExclusionModule.forGetterMethods()Factory method: creating aMethodExclusionModuleinstance that excludes all getter methods.static MethodExclusionModuleMethodExclusionModule.forNonStaticNonVoidNonGetterMethods()Factory method: creating aMethodExclusionModuleinstance that excludes all methods that don't fall in any of the other categories.static MethodExclusionModuleMethodExclusionModule.forVoidMethods()Factory method: creating aMethodExclusionModuleinstance that excludes all methods with avoidreturn type.