|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceConfigFactory | |
---|---|
org.codegist.crest | Contains CRest interfaces and default implementations. |
org.codegist.crest.config | Contains DefaultCRest configuration interfaces and configuration factories. |
Uses of InterfaceConfigFactory in org.codegist.crest |
---|
Methods in org.codegist.crest that return InterfaceConfigFactory | |
---|---|
InterfaceConfigFactory |
CRestContext.getConfigFactory()
|
Methods in org.codegist.crest with parameters of type InterfaceConfigFactory | |
---|---|
CRestBuilder |
CRestBuilder.overrideDefaultConfigWith(InterfaceConfigFactory overridesFactory)
Resulting CRest instance will overrides any configuration resulting from its internal InterfaceConfigFactory with the configuration issued by the given overridesFactory. |
Uses of InterfaceConfigFactory in org.codegist.crest.config |
---|
Classes in org.codegist.crest.config that implement InterfaceConfigFactory | |
---|---|
class |
AnnotationDrivenInterfaceConfigFactory
Annotation based config factory of any possible interfaces given to the factory. |
class |
OverridingInterfaceConfigFactory
Simple InterfaceConfigFactory that returns a overridden configuration, result of the config creation for a given interface from two InterfaceConfigFactories. |
class |
PreconfiguredInterfaceConfigFactory
Preconfigured InterfaceConfigFactory holding a mapping class->InterfaceConfig. |
class |
PropertiesDrivenInterfaceConfigFactory
Properties based config factory of any possible interfaces given to the factory. |
class |
XmlDrivenInterfaceConfigFactory
Xml based config factory of any possible interfaces given to the factory. |
Constructors in org.codegist.crest.config with parameters of type InterfaceConfigFactory | |
---|---|
OverridingInterfaceConfigFactory(InterfaceConfigFactory baseFactory,
InterfaceConfig override)
Build a factory that will override any result from baseFactory with the given config template |
|
OverridingInterfaceConfigFactory(InterfaceConfigFactory baseFactory,
InterfaceConfigFactory overriderFactory)
Build a factory that will override any result from baseFactory with the given config template |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |