| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
PropertySource<O> |
PropertyHolderSource.addProperty(Class<?> type,
String name)
Add a new
Property declaration to this O instance. |
PropertySource<O> |
PropertyHolderSource.addProperty(JavaType<?> type,
String name)
Add a new
Property declaration to this O instance. |
PropertySource<O> |
PropertyHolderSource.addProperty(String type,
String name)
Add a new
Property declaration to this O instance. |
PropertySource<O> |
PropertyHolderSource.getProperty(String name) |
PropertySource<O> |
PropertySource.removeAccessor()
Remove the accessor method.
|
PropertySource<O> |
PropertySource.removeField()
Remove the storing field.
|
PropertySource<O> |
PropertySource.removeMutator()
Remove the mutator method.
|
PropertySource<O> |
PropertySource.setAccessible(boolean accessible)
Set whether this property is accessible.
|
PropertySource<O> |
PropertySource.setMutable(boolean mutable)
Set whether this property is mutable.
|
PropertySource<O> |
PropertySource.setType(Class<?> clazz)
|
PropertySource<O> |
PropertySource.setType(JavaType<?> entity)
Set the type of this
Property to the given JavaType> type. |
PropertySource<O> |
PropertySource.setType(String type)
Set the type of this
Property to the given type. |
| Modifier and Type | Method and Description |
|---|---|
List<PropertySource<O>> |
PropertyHolderSource.getProperties() |
List<PropertySource<O>> |
PropertyHolderSource.getProperties(Class<?> type) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.