Package | Description |
---|---|
weblogic.descriptor.beangen |
Defines a Descriptor Bean implementation generator
|
Modifier and Type | Field and Description |
---|---|
private PropertyMethodDeclaration |
PropertyDeclaration.adder |
private PropertyMethodDeclaration |
PropertyDeclaration.destroyer |
protected PropertyMethodDeclaration |
PropertyDeclaration.getter |
private PropertyMethodDeclaration |
PropertyDeclaration.remover |
protected PropertyMethodDeclaration |
PropertyDeclaration.setter |
private PropertyMethodDeclaration[] |
PropertyImplementation.syntheticMethods |
Modifier and Type | Method and Description |
---|---|
PropertyMethodDeclaration |
PropertyDeclaration.findMethod(PropertyMethodType type)
Find method (either declared or synthetic) or given type.
|
PropertyMethodDeclaration |
PropertyDeclaration.getEncryptionDelgateGetterTemplate() |
PropertyMethodDeclaration |
PropertyDeclaration.getEncryptionDelgateSetterTemplate() |
PropertyMethodDeclaration |
PropertyDeclaration.getGetter() |
PropertyMethodDeclaration[] |
PropertyDeclaration.getMethods() |
protected PropertyMethodDeclaration |
PropertyMethodImplementation.getPropertyMethodDeclaration() |
PropertyMethodDeclaration[] |
PropertyImplementation.getSyntheticMethods() |
protected PropertyMethodDeclaration[] |
PropertyImplementation.implementSyntheticMethods(BeanCustomizer customizer) |
Modifier and Type | Method and Description |
---|---|
protected void |
PropertyDeclaration.addMethod(PropertyMethodDeclaration pm,
boolean isSynthetic) |
private PropertyDeclaration |
BeanClass.createProperty(PropertyMethodDeclaration getter,
boolean replaceExisting)
Create a new property and register it in the list of properties
returned by getProperties.
|
private PropertyDeclaration |
BeanClass.findSuperProperty(PropertyMethodDeclaration creator)
Return first property found whose type (or component type) is a superclass
of the type returned by the creator.
|
Constructor and Description |
---|
PropertyDeclaration(PropertyMethodDeclaration getter,
int index) |