Uses of Interface
org.exolab.castor.builder.AnnotationBuilder

Packages that use AnnotationBuilder
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.builder.factory   
 

Uses of AnnotationBuilder in org.exolab.castor.builder
 

Methods in org.exolab.castor.builder that return AnnotationBuilder
 AnnotationBuilder[] BuilderConfiguration.getAnnotationBuilders()
          returns all applied annotation builders.
 

Methods in org.exolab.castor.builder with parameters of type AnnotationBuilder
 void 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 AnnotationBuilder
 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 © 2012. All Rights Reserved.