Skip navigation links
A B C E F G I J L M N O P S T 

A

appendBootComponent(JavaClassSource, StringBuilder, Set<? extends Element>) - Method in class org.jrebirth.af.processor.ComponentProcessor
 
appendPreload(JavaClassSource, StringBuilder, Set<? extends Element>) - Method in class org.jrebirth.af.processor.ComponentProcessor
 
appendRegistrations(JavaClassSource, StringBuilder, Set<? extends Element>) - Method in class org.jrebirth.af.processor.ComponentProcessor
 

B

Bean - Annotation Type in org.jrebirth.af.processor.annotation.bean
The annotation Bean used to generate bean implementation code.
BeanProcessor - Class in org.jrebirth.af.processor
The Class BeanProcessor.
BeanProcessor() - Constructor for class org.jrebirth.af.processor.BeanProcessor
 

C

className - Variable in class org.jrebirth.af.processor.util.FXBeanDefinition
The class name.
ComponentProcessor - Class in org.jrebirth.af.processor
The Class ComponentProcessor.
ComponentProcessor() - Constructor for class org.jrebirth.af.processor.ComponentProcessor
 
createModuleStarter(Map<Class<?>, Set<? extends Element>>, ProcessingEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
Creates module stater class according to the annotations
createSPIFile(String) - Method in class org.jrebirth.af.processor.ComponentProcessor
Creates SPI file to expose the module stater

E

error(Element, String) - Method in class org.jrebirth.af.processor.BeanProcessor
Error.

F

FORMATTER_PROPERTIES_FILE - Static variable in class org.jrebirth.af.processor.ComponentProcessor
 
FXBeanDefinition - Class in org.jrebirth.af.processor.util
The Class FXBeanDefinition.
FXBeanDefinition() - Constructor for class org.jrebirth.af.processor.util.FXBeanDefinition
 
FXPropertyDefinition - Class in org.jrebirth.af.processor.util
The Class FXPropertyDefinition.
FXPropertyDefinition() - Constructor for class org.jrebirth.af.processor.util.FXPropertyDefinition
 

G

getClassName(Element) - Method in class org.jrebirth.af.processor.BeanProcessor
Gets the class name.
getClassName(TypeMirror) - Method in class org.jrebirth.af.processor.BeanProcessor
Gets the class name.
getClassName(Element) - Method in class org.jrebirth.af.processor.ComponentProcessor
Gets the class name.
getClassName(TypeMirror) - Method in class org.jrebirth.af.processor.ComponentProcessor
Gets the class name.
getClassName() - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Gets the class name.
getModuleStarterName(ProcessingEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
 
getModuleStarterNameFromMaven(ProcessingEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
 
getName() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Gets the name.
getPackageName() - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Gets the package name.
getProperties() - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Gets the properties.
getSimpleClassName(Element) - Method in class org.jrebirth.af.processor.ComponentProcessor
 
getSimpleClassName(TypeMirror) - Method in class org.jrebirth.af.processor.ComponentProcessor
 
getSupportedAnnotationTypes() - Method in class org.jrebirth.af.processor.BeanProcessor
getSupportedAnnotationTypes() - Method in class org.jrebirth.af.processor.ComponentProcessor
getType() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Gets the type.

I

init(ProcessingEnvironment) - Method in class org.jrebirth.af.processor.BeanProcessor
init(ProcessingEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
isNeedGetter() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Checks if is need getter.
isNeedProperty() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Gets the value of the property needProperty.
isNeedSetter() - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Checks if is need setter.

J

JREBIRTH_PROPERTIES_PATH - Static variable in class org.jrebirth.af.processor.ComponentProcessor
 

L

loadTemplate(String) - Method in class org.jrebirth.af.processor.BeanProcessor
Load template.

M

MODULE_CONFIG_FILE_NAME - Static variable in class org.jrebirth.af.processor.BeanProcessor
The module config file name.
MODULE_CONFIG_PATH - Static variable in class org.jrebirth.af.processor.BeanProcessor
The module config path.
MODULE_STARTER_CLASS_PROPERTY - Static variable in class org.jrebirth.af.processor.ComponentProcessor
 
MODULE_STARTER_SPI_PATH - Static variable in class org.jrebirth.af.processor.ComponentProcessor
 

N

name - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The name.
needGetter - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The need getter.
needProperty - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The need property.
needSetter - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The need setter.

O

org.jrebirth.af.processor - package org.jrebirth.af.processor
Provides Annotation Processor to enhance JRebirth code.
org.jrebirth.af.processor.annotation - package org.jrebirth.af.processor.annotation
Provides...
org.jrebirth.af.processor.annotation.bean - package org.jrebirth.af.processor.annotation.bean
Provides Bean annotation.
org.jrebirth.af.processor.util - package org.jrebirth.af.processor.util
Provides utility classes to map data.

P

packageName - Variable in class org.jrebirth.af.processor.util.FXBeanDefinition
The package name.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.jrebirth.af.processor.BeanProcessor
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.jrebirth.af.processor.ComponentProcessor
properties - Variable in class org.jrebirth.af.processor.util.FXBeanDefinition
The properties.

S

setClassName(String) - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Sets the class name.
setName(String) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the name.
setNeedGetter(boolean) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the need getter.
setNeedProperty(boolean) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the need property.
setNeedSetter(boolean) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the need setter.
setPackageName(String) - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Sets the package name.
setProperties(List<FXPropertyDefinition>) - Method in class org.jrebirth.af.processor.util.FXBeanDefinition
Sets the properties.
setType(String) - Method in class org.jrebirth.af.processor.util.FXPropertyDefinition
Sets the type.

T

type - Variable in class org.jrebirth.af.processor.util.FXPropertyDefinition
The type.
A B C E F G I J L M N O P S T 
Skip navigation links

Copyright © 2011–2016 JRebirth OSS. All rights reserved.