Package | Description |
---|---|
org.exolab.castor.builder |
Castor XML code generator
|
org.exolab.castor.builder.factory |
Modifier and Type | Method and Description |
---|---|
AnnotationBuilder[] |
BuilderConfiguration.getAnnotationBuilders()
returns all applied annotation builders.
|
Modifier and Type | Method and Description |
---|---|
void |
BuilderConfiguration.addAnnotationBuilder(AnnotationBuilder annotationBuilder)
adds a custom annotation builder.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldMemberAndAccessorFactory.createAccessMethods(FieldInfo fieldInfo,
JClass jClass,
boolean useJava50,
AnnotationBuilder[] annotationBuilders)
Adds the getter/setter for this field to the jClass.
|
void |
CollectionMemberAndAccessorFactory.createAccessMethods(FieldInfo fieldInfo,
JClass jClass,
boolean useJava50,
AnnotationBuilder[] annotationBuilders)
Adds the getter/setter for this field to the jClass.
|
Copyright © 2022. All rights reserved.