Skip navigation links
A C D E F G H I J M P U V 

A

AnnotationRule - Class in com.arellomobile.mvp.compiler
Date: 17-Feb-16 Time: 16:57
AnnotationRule(ElementKind, Modifier...) - Constructor for class com.arellomobile.mvp.compiler.AnnotationRule
 

C

checkAnnotation(Element) - Method in class com.arellomobile.mvp.compiler.AnnotationRule
Method describe rules for using Annotation.
checkAnnotation(Element) - Method in class com.arellomobile.mvp.compiler.PresenterInjectorRules
 
com.arellomobile.mvp.compiler - package com.arellomobile.mvp.compiler
 
com.arellomobile.mvp.compiler.presenterbinder - package com.arellomobile.mvp.compiler.presenterbinder
 
com.arellomobile.mvp.compiler.reflector - package com.arellomobile.mvp.compiler.reflector
 
com.arellomobile.mvp.compiler.viewstate - package com.arellomobile.mvp.compiler.viewstate
 
com.arellomobile.mvp.compiler.viewstateprovider - package com.arellomobile.mvp.compiler.viewstateprovider
 

D

decapitalizeString(String) - Static method in class com.arellomobile.mvp.compiler.Util
 

E

ElementProcessor<E extends javax.lang.model.element.Element,R> - Class in com.arellomobile.mvp.compiler
Date: 27-Jul-17 Time: 10:31
ElementProcessor() - Constructor for class com.arellomobile.mvp.compiler.ElementProcessor
 

F

fillGenerics(Map<String, String>, TypeMirror) - Static method in class com.arellomobile.mvp.compiler.Util
 
fillGenerics(Map<String, String>, List<? extends TypeMirror>) - Static method in class com.arellomobile.mvp.compiler.Util
 
fillGenerics(Map<String, String>, List<? extends TypeMirror>, String) - Static method in class com.arellomobile.mvp.compiler.Util
 

G

generate(T) - Method in class com.arellomobile.mvp.compiler.JavaFilesGenerator
 
generate(TargetClassInfo) - Method in class com.arellomobile.mvp.compiler.presenterbinder.PresenterBinderClassGenerator
 
generate(String, List<TypeElement>, List<TypeElement>, List<TypeElement>, List<String>) - Static method in class com.arellomobile.mvp.compiler.reflector.MoxyReflectorGenerator
 
generate(ViewInterfaceInfo) - Method in class com.arellomobile.mvp.compiler.viewstate.ViewStateClassGenerator
 
generate(PresenterInfo) - Method in class com.arellomobile.mvp.compiler.viewstateprovider.ViewStateProviderClassGenerator
 
getAnnotation(Element, String) - Static method in class com.arellomobile.mvp.compiler.Util
 
getAnnotationValue(AnnotationMirror, String) - Static method in class com.arellomobile.mvp.compiler.Util
 
getAnnotationValueAsString(AnnotationMirror, String) - Static method in class com.arellomobile.mvp.compiler.Util
 
getAnnotationValueAsTypeMirror(AnnotationMirror, String) - Static method in class com.arellomobile.mvp.compiler.Util
 
getAnnotationValues(AnnotationMirror) - Static method in class com.arellomobile.mvp.compiler.Util
 
getElementUtils() - Static method in class com.arellomobile.mvp.compiler.MvpCompiler
 
getErrorStack() - Method in class com.arellomobile.mvp.compiler.AnnotationRule
 
getFullClassName(TypeMirror) - Static method in class com.arellomobile.mvp.compiler.Util
 
getFullClassName(TypeElement) - Static method in class com.arellomobile.mvp.compiler.Util
 
getMessager() - Static method in class com.arellomobile.mvp.compiler.MvpCompiler
 
getPresenterClassNames() - Method in class com.arellomobile.mvp.compiler.viewstateprovider.InjectViewStateProcessor
 
getPresentersContainers() - Method in class com.arellomobile.mvp.compiler.presenterbinder.InjectPresenterProcessor
 
getSupportedAnnotationTypes() - Method in class com.arellomobile.mvp.compiler.MvpCompiler
 
getSupportedOptions() - Method in class com.arellomobile.mvp.compiler.MvpCompiler
 
getSupportedSourceVersion() - Method in class com.arellomobile.mvp.compiler.MvpCompiler
 
getTypeUtils() - Static method in class com.arellomobile.mvp.compiler.MvpCompiler
 
getUsedStrategies() - Method in class com.arellomobile.mvp.compiler.viewstate.ViewInterfaceProcessor
 
getUsedViews() - Method in class com.arellomobile.mvp.compiler.viewstateprovider.InjectViewStateProcessor
 

H

hasEmptyConstructor(TypeElement) - Static method in class com.arellomobile.mvp.compiler.Util
 

I

init(ProcessingEnvironment) - Method in class com.arellomobile.mvp.compiler.MvpCompiler
 
InjectPresenterProcessor - Class in com.arellomobile.mvp.compiler.presenterbinder
 
InjectPresenterProcessor() - Constructor for class com.arellomobile.mvp.compiler.presenterbinder.InjectPresenterProcessor
 
InjectViewStateProcessor - Class in com.arellomobile.mvp.compiler.viewstateprovider
 
InjectViewStateProcessor() - Constructor for class com.arellomobile.mvp.compiler.viewstateprovider.InjectViewStateProcessor
 

J

JavaFilesGenerator<T> - Class in com.arellomobile.mvp.compiler
Date: 27-Jul-17 Time: 10:26
JavaFilesGenerator() - Constructor for class com.arellomobile.mvp.compiler.JavaFilesGenerator
 

M

mErrorBuilder - Variable in class com.arellomobile.mvp.compiler.AnnotationRule
 
MOXY_REFLECTOR_DEFAULT_PACKAGE - Static variable in class com.arellomobile.mvp.compiler.MvpCompiler
 
MoxyReflectorGenerator - Class in com.arellomobile.mvp.compiler.reflector
Date: 07.12.2016 Time: 19:05
MoxyReflectorGenerator() - Constructor for class com.arellomobile.mvp.compiler.reflector.MoxyReflectorGenerator
 
mValidKind - Variable in class com.arellomobile.mvp.compiler.AnnotationRule
 
mValidModifiers - Variable in class com.arellomobile.mvp.compiler.AnnotationRule
 
MvpCompiler - Class in com.arellomobile.mvp.compiler
Date: 12.12.2015 Time: 15:35
MvpCompiler() - Constructor for class com.arellomobile.mvp.compiler.MvpCompiler
 

P

PresenterBinderClassGenerator - Class in com.arellomobile.mvp.compiler.presenterbinder
18.12.2015
PresenterBinderClassGenerator() - Constructor for class com.arellomobile.mvp.compiler.presenterbinder.PresenterBinderClassGenerator
 
PresenterInjectorRules - Class in com.arellomobile.mvp.compiler
Date: 17-Feb-16 Time: 17:00
PresenterInjectorRules(ElementKind, Modifier...) - Constructor for class com.arellomobile.mvp.compiler.PresenterInjectorRules
 
process(E) - Method in class com.arellomobile.mvp.compiler.ElementProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.arellomobile.mvp.compiler.MvpCompiler
 
process(VariableElement) - Method in class com.arellomobile.mvp.compiler.presenterbinder.InjectPresenterProcessor
 
process(TypeElement) - Method in class com.arellomobile.mvp.compiler.viewstate.ViewInterfaceProcessor
 
process(TypeElement) - Method in class com.arellomobile.mvp.compiler.viewstateprovider.InjectViewStateProcessor
 

U

Util - Class in com.arellomobile.mvp.compiler
Utilities for handling types in annotation processors
Util() - Constructor for class com.arellomobile.mvp.compiler.Util
 

V

validModifiersToString() - Method in class com.arellomobile.mvp.compiler.AnnotationRule
 
ViewInterfaceProcessor - Class in com.arellomobile.mvp.compiler.viewstate
Date: 27-Jul-2017 Time: 13:09
ViewInterfaceProcessor() - Constructor for class com.arellomobile.mvp.compiler.viewstate.ViewInterfaceProcessor
 
ViewStateClassGenerator - Class in com.arellomobile.mvp.compiler.viewstate
Date: 18.12.2015 Time: 13:24
ViewStateClassGenerator() - Constructor for class com.arellomobile.mvp.compiler.viewstate.ViewStateClassGenerator
 
ViewStateProviderClassGenerator - Class in com.arellomobile.mvp.compiler.viewstateprovider
Date: 19-Jan-16 Time: 19:51
ViewStateProviderClassGenerator() - Constructor for class com.arellomobile.mvp.compiler.viewstateprovider.ViewStateProviderClassGenerator
 
A C D E F G H I J M P U V 
Skip navigation links