Uses of Enum Class
org.springframework.boot.web.error.ErrorAttributeOptions.Include
Packages that use ErrorAttributeOptions.Include
-
Uses of ErrorAttributeOptions.Include in org.springframework.boot.web.error
Subclasses with type arguments of type ErrorAttributeOptions.Include in org.springframework.boot.web.errorModifier and TypeClassDescriptionstatic enumError attributes that can be included in an error response.Methods in org.springframework.boot.web.error that return ErrorAttributeOptions.IncludeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ErrorAttributeOptions.Include[]ErrorAttributeOptions.Include.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.web.error that return types with arguments of type ErrorAttributeOptions.IncludeModifier and TypeMethodDescriptionErrorAttributeOptions.getIncludes()Get all options for including attributes in the error response.Methods in org.springframework.boot.web.error with parameters of type ErrorAttributeOptions.IncludeModifier and TypeMethodDescriptionErrorAttributeOptions.excluding(ErrorAttributeOptions.Include... excludes) Return anErrorAttributeOptionsthat excludes the specified attributeErrorAttributeOptions.Includeoptions.ErrorAttributeOptions.including(ErrorAttributeOptions.Include... includes) Return anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.booleanErrorAttributeOptions.isIncluded(ErrorAttributeOptions.Include include) Get the option for including the specified attribute in the error response.static ErrorAttributeOptionsErrorAttributeOptions.of(ErrorAttributeOptions.Include... includes) Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.Method parameters in org.springframework.boot.web.error with type arguments of type ErrorAttributeOptions.IncludeModifier and TypeMethodDescriptionstatic ErrorAttributeOptionsErrorAttributeOptions.of(Collection<ErrorAttributeOptions.Include> includes) Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.