- GenDispatch - Annotation Type in com.gwtplatform.dispatch.annotation
-
Annotation to generate Action and Result classes.
- GenDispatchProcessor - Class in com.gwtplatform.dispatch.annotation.processor
-
- GenDispatchProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-
- GenDto - Annotation Type in com.gwtplatform.dispatch.annotation
-
Annotation to generate simple Data Transfer Object (DTO) classes solely for
transferring data between the client and the server.
- GenDtoProcessor - Class in com.gwtplatform.dispatch.annotation.processor
-
Processes GenDto annotations.
- GenDtoProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
-
- generateAction(Element, boolean, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-
- generateAnnotation(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generateAssociatedTypeMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateBuilderBuildMethod(String) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-
Helper method to create the Builder#build() method which returns a concrete object instance.
- generateBuilderClass(String, Collection<VariableElement>, Collection<VariableElement>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-
- generateBuilderFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-
- generateBuilderHeader() - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-
- generateBuilderInvocationMethod(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-
- generateClassHeader(String, String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
Generates a class header.
- generateConstantFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generateConstructorUsingFields(String, Collection<VariableElement>, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
- generateCustomBuilderConstructor(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
-
Creates a private object constructor which should only ever be called by the intern Builder class.
- generateDispatchMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateEmptyConstructor(String, Modifier) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
- generateEmptyMethodBody(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-
Generates an empty method body.
- generateEntityProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- generateEquals(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
Creates an equals method using Java standards.
- generateFieldAccessors(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
- generateFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
Creates a default field assignment.
- generateFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generateFieldDeclaration(VariableElement, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generateFieldDeclarations(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
Generates all field declarations which are included in the passed list.
- generateFieldList(Collection<VariableElement>, boolean, boolean) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
Generates a list of Fields.
- generateFireFieldsStaticMethod(GenerationHelper, Collection<VariableElement>, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateFireInstanceStaticMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateFireSelfMethod(GenerationHelper) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateFooter() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generateGetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-
- generateGetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-
- generateGetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- generateHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateHasHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateHashCode(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
Creates an hashCode method using Java standards.
- generateImports(Class<?>...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
Use null as import to separate import groups.
- generateImports(String...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generateInterfaceHeader(String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-
- generateIsSecuredMethod(GenerationHelper, boolean) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-
- generateModifierList(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- generatePackageDeclaration(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
Generates a package declaration.
- generateProxy(Element, String, String[], String[], boolean, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- generateResult(Element, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-
- generateServiceNameAccessor(GenerationHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
-
- generateSetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-
- generateSetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
-
- generateSetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- generateStaticTypeField(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateToString(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
-
- generateTypeAccessorMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- generateValueProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- GenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
-
GenerationHelper is an internal class that provides common routines
only used by the annotation processors.
- GenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
-
- GenEvent - Annotation Type in com.gwtplatform.dispatch.annotation
-
Annotation to generate Event and Handler classes.
- GenEventProcessor - Class in com.gwtplatform.dispatch.annotation.processor
-
Processes GenEvent annotations.
- GenEventProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
-
- GenProcessor - Class in com.gwtplatform.dispatch.annotation.processor
-
Abstract processor class for all @GenX annotations.
- GenProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-
- GenProxy - Annotation Type in com.gwtplatform.dispatch.annotation
-
- GenProxyProcessor - Class in com.gwtplatform.dispatch.annotation.processor
-
- GenProxyProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- getAnnotatedFields(Class<? extends Annotation>...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields annotated with the passed annotation classes.
- getClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns the class name.
- getClassRepresenter() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
- getConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields ordered that are Modifier.FINAL or Modifier.STATIC.
- getElementUtils() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Utility method.
- getEnvironment() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-
Returns the current processing environment.
- getFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields.
- getFinalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields which contains Modifier.FINAL.
- getInFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields annotated with @
In.
- getLocatorTypeMirror(GenProxy) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
- getModifierFields(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields with the passed modifier.
- getNonConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields that are not Modifier.FINAL or
Modifier.STATIC.
- getOptionalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all non constant fields annotated with @
Optional.
- getOptionalFields(Class<? extends Annotation>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all non constant fields annotated with passed annotation.
- getOrderedFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields ordered.
- getOutFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields annotated with @
Out.
- getPackageName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
- getProcessingEnvironment() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
- getProxyTypeMirrorName(UseProxy, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
-
Workaround for MirroredTypeException (Attempt to access Class object for TypeMirror).
- getRequiredFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
- getSimpleClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
- getStaticFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
-
Returns all fields which contains Modifier.STATIC.
- getSupportedSourceVersion() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
-