Uses of Annotation Interface
io.github.xezzon.zeroweb.common.validator.Alphanumeric
Packages that use Alphanumeric
-
Uses of Alphanumeric in io.github.xezzon.zeroweb.openapi.entity
Methods in io.github.xezzon.zeroweb.openapi.entity with annotations of type AlphanumericModifier and TypeMethodDescription@Alphanumeric(excludes="\\.") String
AddOpenapiReq.code()
Returns the value of thecode
record component.@Alphanumeric(excludes="\\.") String
ModifyOpenapiReq.code()
Returns the value of thecode
record component.Constructor parameters in io.github.xezzon.zeroweb.openapi.entity with annotations of type AlphanumericModifierConstructorDescriptionAddOpenapiReq
(@Alphanumeric(excludes="\\.") String code, String destination, HttpMethod httpMethod) Creates an instance of aAddOpenapiReq
record class.ModifyOpenapiReq
(String id, @Alphanumeric(excludes="\\.") String code, String destination, HttpMethod httpMethod) Creates an instance of aModifyOpenapiReq
record class.