| Package | Description |
|---|---|
| org.richfaces.cdk.apt | |
| org.richfaces.cdk.apt.processors |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AptSourceUtils.AptBeanProperty
|
class |
DummyPropertyImpl |
| Modifier and Type | Method and Description |
|---|---|
SourceUtils.BeanProperty |
ReflectionUtils.getBeanProperty(ClassName type,
String name) |
SourceUtils.BeanProperty |
SourceUtils.getBeanProperty(ClassName type,
String name)
Get bean property descriptor for particular type. |
SourceUtils.BeanProperty |
AptSourceUtils.getBeanProperty(ClassName type,
String name) |
SourceUtils.BeanProperty |
ReflectionUtils.getBeanProperty(TypeElement type,
String name) |
SourceUtils.BeanProperty |
SourceUtils.getBeanProperty(TypeElement type,
String name)
Get bean property descriptor for particular type. |
SourceUtils.BeanProperty |
AptSourceUtils.getBeanProperty(TypeElement type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<SourceUtils.BeanProperty> |
ReflectionUtils.getAbstractBeanProperties(TypeElement type) |
Set<SourceUtils.BeanProperty> |
SourceUtils.getAbstractBeanProperties(TypeElement type)
|
Set<SourceUtils.BeanProperty> |
AptSourceUtils.getAbstractBeanProperties(TypeElement type) |
Set<SourceUtils.BeanProperty> |
ReflectionUtils.getBeanPropertiesAnnotatedWith(Class<? extends Annotation> annotation,
TypeElement type) |
Set<SourceUtils.BeanProperty> |
SourceUtils.getBeanPropertiesAnnotatedWith(Class<? extends Annotation> annotation,
TypeElement type)
Get all fields and bean properties that are annotated with given annotation. |
Set<SourceUtils.BeanProperty> |
AptSourceUtils.getBeanPropertiesAnnotatedWith(Class<? extends Annotation> annotation,
TypeElement type)
Get all fields and bean properties that are annotated with given annotation. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AttributesProcessorImpl.processAttribute(SourceUtils.BeanProperty beanProperty,
PropertyBase attribute) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.