org.fusesource.restygwt.rebind
Class BindingDefaults

java.lang.Object
  extended by org.fusesource.restygwt.rebind.BindingDefaults

public class BindingDefaults
extends Object

compile-time defaults with this class it will be possible to take part of the generation process of restserviceimpl classes. by default there are no additional resolvers registered, you can add some if wanted.

Author:
abalke
See Also:
http://code.google.com/p/google-web-toolkit/wiki/MultiValuedConfigProperties

Constructor Summary
BindingDefaults()
           
 
Method Summary
static void addAnnotationResolver(AnnotationResolver ar)
          access all annotationresolvers that are registered
static List<AnnotationResolver> getAnnotationResolvers(GeneratorContext context, TreeLogger logger)
          access all annotationresolvers that are registered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingDefaults

public BindingDefaults()
Method Detail

getAnnotationResolvers

public static List<AnnotationResolver> getAnnotationResolvers(GeneratorContext context,
                                                              TreeLogger logger)
access all annotationresolvers that are registered

Returns:
a copy of all AnnotationResolvers

addAnnotationResolver

public static void addAnnotationResolver(AnnotationResolver ar)
access all annotationresolvers that are registered



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.