Uses of Interface
org.jboss.forge.roaster.model.source.PropertySource
Packages that use PropertySource
-
Uses of PropertySource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return PropertySourceModifier and TypeMethodDescriptionPropertyHolderSource.addProperty(Class<?> type, String name) Add a newPropertydeclaration to thisPropertyHolderSourceinstance.PropertyHolderSource.addProperty(String type, String name) Add a newPropertydeclaration to thisPropertyHolderSourceinstance.PropertyHolderSource.addProperty(JavaType<?> type, String name) Add a newPropertydeclaration to thisPropertyHolderSourceinstance.PropertyHolderSource.getProperty(String name) PropertySource.removeAccessor()Remove the accessor method.PropertySource.removeField()Remove the storing field.PropertySource.removeMutator()Remove the mutator method.PropertySource.setAccessible(boolean accessible) Set whether this property is accessible.PropertySource.setMutable(boolean mutable) Set whether this property is mutable.Set the type of thisPropertyto the given type.Methods in org.jboss.forge.roaster.model.source that return types with arguments of type PropertySourceModifier and TypeMethodDescriptionPropertyHolderSource.getProperties()PropertyHolderSource.getProperties(Class<?> type)