Uses of Interface
org.codegist.crest.config.InterfaceConfig

Packages that use InterfaceConfig
org.codegist.crest Contains CRest interfaces and default implementations. 
org.codegist.crest.config Contains DefaultCRest configuration interfaces and configuration factories. 
 

Uses of InterfaceConfig in org.codegist.crest
 

Methods in org.codegist.crest that return InterfaceConfig
 InterfaceConfig InterfaceContext.getConfig()
           
 

Uses of InterfaceConfig in org.codegist.crest.config
 

Methods in org.codegist.crest.config that return InterfaceConfig
 InterfaceConfig PreconfiguredInterfaceConfigFactory.newConfig(Class<?> interfaze, CRestContext context)
           
 InterfaceConfig InterfaceConfigFactory.newConfig(Class<?> interfaze, CRestContext context)
           
 InterfaceConfig PropertiesDrivenInterfaceConfigFactory.newConfig(Class<?> interfaze, CRestContext context)
           
 InterfaceConfig XmlDrivenInterfaceConfigFactory.newConfig(Class<?> interfaze, CRestContext context)
           
 InterfaceConfig OverridingInterfaceConfigFactory.newConfig(Class<?> interfaze, CRestContext context)
           
 InterfaceConfig AnnotationDrivenInterfaceConfigFactory.newConfig(Class<?> interfaze, CRestContext context)
           
static InterfaceConfig Configs.override(InterfaceConfig base, InterfaceConfig overrides)
          Overrides and config (overrides) with another one (base).
 

Methods in org.codegist.crest.config with parameters of type InterfaceConfig
static InterfaceConfig Configs.override(InterfaceConfig base, InterfaceConfig overrides)
          Overrides and config (overrides) with another one (base).
 

Constructors in org.codegist.crest.config with parameters of type InterfaceConfig
OverridingInterfaceConfigFactory(InterfaceConfigFactory baseFactory, InterfaceConfig override)
          Build a factory that will override any result from baseFactory with the given config template
PreconfiguredInterfaceConfigFactory(InterfaceConfig... configs)
           
 



Copyright © 2011. All Rights Reserved.