Class GwtSpecificValidatorInterfaceCreator
java.lang.Object
de.knightsoftnet.validators.annotation.processor.GwtSpecificValidatorInterfaceCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteInterface(TypeMirror typeMirror, ProcessingEnvironment processingEnv) write interface for given type mirror.
-
Constructor Details
-
GwtSpecificValidatorInterfaceCreator
public GwtSpecificValidatorInterfaceCreator()
-
-
Method Details
-
writeInterface
write interface for given type mirror.- Parameters:
typeMirror- type mirror of the class to validateprocessingEnv- processing environment
-