Class ValidatorInterfaceCreator
java.lang.Object
de.knightsoftnet.validators.annotation.processor.ValidatorInterfaceCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteInterface(String packageOfFacatory, String classOfFactory, ProcessingEnvironment processingEnv) write interface for validator factory.
-
Constructor Details
-
ValidatorInterfaceCreator
public ValidatorInterfaceCreator()
-
-
Method Details
-
writeInterface
public void writeInterface(String packageOfFacatory, String classOfFactory, ProcessingEnvironment processingEnv) write interface for validator factory.- Parameters:
packageOfFacatory- package of the factoryclassOfFactory- class of the factoryprocessingEnv- processing environment
-