Uses of Enum Class
org.axonframework.common.nullability.Nullability
Packages that use Nullability
Package
Description
Resolution of the nullability declared for a method or constructor parameter.
-
Uses of Nullability in org.axonframework.common.nullability
Methods in org.axonframework.common.nullability that return NullabilityModifier and TypeMethodDescriptionstatic NullabilityNullabilityResolver.nullabilityOf(Parameter parameter) Determines the declaredNullabilityof the givenparameter, consulting everyNullabilityResolverfound on the classpath before falling back to the built-in annotation check.Determines the declaredNullabilityof the givenparameter.static NullabilityReturns the enum constant of this class with the specified name.static Nullability[]Nullability.values()Returns an array containing the constants of this enum class, in the order they are declared.