Uses of Enum Class
es.kukenan.smartfi.common.service.validation.annotations.ErrorCode
Packages that use ErrorCode
Package
Description
Package that holds annotation classes created for bean validation.
-
Uses of ErrorCode in es.kukenan.smartfi.common.service.validation.annotations
Methods in es.kukenan.smartfi.common.service.validation.annotations that return ErrorCodeModifier and TypeMethodDescriptionstatic <T extends Annotation>
ErrorCodeErrorCode.forConstraint(T constraint) Get the corresponding error code for a constraint violation.static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.