Uses of Enum Class
io.fluxzero.common.handling.HandlerMethodPreparation.Status
Packages that use HandlerMethodPreparation.Status
-
Uses of HandlerMethodPreparation.Status in io.fluxzero.common.handling
Subclasses with type arguments of type HandlerMethodPreparation.Status in io.fluxzero.common.handlingModifier and TypeClassDescriptionstatic enumPossible outcomes of preparing a handler method.Methods in io.fluxzero.common.handling that return HandlerMethodPreparation.StatusModifier and TypeMethodDescriptionHandlerMethodPreparation.status()Returns the value of thestatusrecord component.Returns the enum constant of this class with the specified name.static HandlerMethodPreparation.Status[]HandlerMethodPreparation.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.common.handling with parameters of type HandlerMethodPreparation.StatusModifierConstructorDescriptionCreates an instance of aHandlerMethodPreparationrecord class.