Object ValidationTypeOfCode
-
- All Implemented Interfaces:
public class ValidationTypeOfCode
-
-
Field Summary
Fields Modifier and Type Field Description private final static TypeOfCode<ObjectType>DTO_VALIDATORprivate final static TypeOfCode<HttpRequestSchema>REQUEST_VALIDATORprivate final static TypeOfCode<String>SECURITY_CHECKERpublic final static ValidationTypeOfCodeINSTANCE
-
Method Summary
Modifier and Type Method Description final static TypeOfCode<ObjectType>getDTO_VALIDATOR()final static TypeOfCode<HttpRequestSchema>getREQUEST_VALIDATOR()final static TypeOfCode<String>getSECURITY_CHECKER()-
-
Method Detail
-
getDTO_VALIDATOR
final static TypeOfCode<ObjectType> getDTO_VALIDATOR()
-
getREQUEST_VALIDATOR
final static TypeOfCode<HttpRequestSchema> getREQUEST_VALIDATOR()
-
getSECURITY_CHECKER
final static TypeOfCode<String> getSECURITY_CHECKER()
-
-
-
-