EntityProperties
model into Java.See: Description
Annotation Type | Description |
---|---|
Builder |
Names builder class for entity properties.
|
CodeGenerator |
Custom Bamboo Specs generator for EntityProperties class or a field.
|
CodeGeneratorName |
Custom Bamboo Specs generator for EntityProperties class or a field.
|
ConstructFrom |
If builder class has no default constructor this annotation should be used to list
fields that should be used to invoke constructor of the builder.
|
DefaultFieldValues |
Marks method that produces instance of
EntityProperties class that is filled with defaults. |
NoArgCallForBooleanValue |
Indicates method that should be called if the field is boolean and its value matches the value.
|
Secret |
Annotation to mark fields which hold sensitive information, like passwords or SSH keys.
|
Setter |
Names setter method for a field in entity properties.
|
SkipCodeGen |
Indicates that a field should be skipped during code generation.
|
SkipCodeGenIf |
Indicates that a field should be skipped during code generation if condition evaluates to true.
|
EntityProperties
model into Java.Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.