Uses of Interface
org.exolab.castor.builder.AnnotationBuilder
Packages that use AnnotationBuilder
Package
Description
Castor XML code generator
-
Uses of AnnotationBuilder in org.exolab.castor.builder
Methods in org.exolab.castor.builder that return AnnotationBuilderModifier and TypeMethodDescriptionBuilderConfiguration.getAnnotationBuilders()
returns all applied annotation builders.Methods in org.exolab.castor.builder with parameters of type AnnotationBuilderModifier and TypeMethodDescriptionvoid
BuilderConfiguration.addAnnotationBuilder
(AnnotationBuilder annotationBuilder) adds a custom annotation builder. -
Uses of AnnotationBuilder in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory with parameters of type AnnotationBuilderModifier and TypeMethodDescriptionfinal void
CollectionMemberAndAccessorFactory.createAccessMethods
(FieldInfo fieldInfo, JClass jClass, boolean useJava50, AnnotationBuilder[] annotationBuilders) void
FieldMemberAndAccessorFactory.createAccessMethods
(FieldInfo fieldInfo, JClass jClass, boolean useJava50, AnnotationBuilder[] annotationBuilders) Adds the getter/setter for this field to the jClass.