Class ValidatorInterfaceCreator
- java.lang.Object
-
- de.knightsoftnet.validators.annotation.processor.ValidatorInterfaceCreator
-
public class ValidatorInterfaceCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description ValidatorInterfaceCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteInterface(String packageOfFacatory, String classOfFactory, ProcessingEnvironment processingEnv)write interface for validator factory.
-
-
-
Method Detail
-
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
-
-