Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
ClientContext.getSemanticTypeCache() |
Modifier and Type | Class and Description |
---|---|
class |
HTTPClientAliasManager
Title: HTTP Fabric Client
|
class |
HTTPClientAliasManagerWithAutoImport
Title: Object Mediation Framework
|
Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
TypeAnalyzerFactory.getSemanticTypeCache()
Returns the semantic type cache which is passed to new
TypeAnalyzer objects created
by this factory. |
SemanticTypeCache |
TypeAnalyzer.getSemanticTypeCache()
Returns the semantic type cache used for types lookup, when type casts are
present in an SDR path.
|
Modifier and Type | Method and Description |
---|---|
TypeAnalyzer |
TypeAnalyzerFactory.createTypeAnalyzer(java.lang.ClassLoader loader,
SemanticTypeCache cache,
TypeGraphCreationStrategy graphStrategy)
Creates a TypeAnalyzer object with the specified strategy of type graph creation, class loader
and semantic type cache.
|
void |
TypeAnalyzerFactory.setSemanticTypeCache(SemanticTypeCache typeCache)
Sets the specified semantic type cache to be used by
TypeAnalyzer objects created by
this factory. |
void |
TypeAnalyzer.setSemanticTypeCache(SemanticTypeCache cache)
Sets the specified semantic type cache to be used for types lookup, when type casts are
present in an SDR path.
|
Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
FileDescriptorFactory.getTypeCache() |
Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
SemanticTypeResolver.getSemanticTypeCache() |
Constructor and Description |
---|
SemanticTypeResolver(java.lang.ClassLoader classLoader,
SemanticTypeCache typeCache) |
SemanticTypeResolver(FabricContext context,
java.lang.ClassLoader classLoader,
SemanticTypeCache typeCache) |
Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
AbstractSemanticMapperContext.getSemanticTypeCache() |
SemanticTypeCache |
SemanticMapperContext.getSemanticTypeCache() |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMediationAliasManager
Title: Object Mediation Framework
|
Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
RuntimeContext.getSemanticTypeCache() |
Constructor and Description |
---|
ValidationFactory(java.lang.ClassLoader loader,
SemanticTypeCache cache) |
Modifier and Type | Method and Description |
---|---|
SemanticTypeCache |
FabricContext.getSemanticTypeCache()
Returns a Semantic Type Cache of the context.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.