Uses of Enum Class
org.springframework.core.Nullness
Packages that use Nullness
Package
Description
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
-
Uses of Nullness in org.springframework.core
Subclasses with type arguments of type Nullness in org.springframework.coreModifier and TypeClassDescriptionenumConstants that indicate nullness, as well as related utility methods.Methods in org.springframework.core that return NullnessModifier and TypeMethodDescriptionstatic NullnessReturn the nullness of the given field.static NullnessNullness.forMethodParameter(MethodParameter methodParameter) Return the nullness of the given method parameter.static NullnessNullness.forMethodReturnType(Method method) Return the nullness of the return type for the given method.static NullnessNullness.forParameter(Parameter parameter) Return the nullness of the given parameter.static NullnessReturns the enum constant of this class with the specified name.static Nullness[]Nullness.values()Returns an array containing the constants of this enum class, in the order they are declared.