Package | Description |
---|---|
com.streamscape.lib.analyzer | |
com.streamscape.omf.mapper.parser | |
com.streamscape.sdo.utils |
Modifier and Type | Method and Description |
---|---|
TypeAnalyzer |
TypeAnalyzerFactory.createTypeAnalyzer()
Creates a TypeAnalyzer object with the current strategy of type graph creation
(
SerializableFieldsOnlyStrategy by default), the current class loader (class
loader of the current context (Client or Runtime) by default) and the current semantic type
cache (type cache of the current context by default). |
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.
|
TypeAnalyzer |
TypeAnalyzerFactory.createTypeAnalyzer(TypeGraphCreationStrategy graphStrategy)
Creates a new
TypeAnalyzer instance with the specified strategy,
the current class loader (class loader of the current context (Client or Runtime) by default)
and the current semantic type cache (type cache of the current context by default). |
Modifier and Type | Method and Description |
---|---|
TypeAnalyzer |
AbstractSemanticMapperContext.getTypeAnalyzer() |
TypeAnalyzer |
SemanticMapperContext.getTypeAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
SDOUtils.findSDOElements(java.lang.Object object,
java.lang.String regex,
java.lang.String pathPrefix,
ReferencePathManager sdrManager,
TypeAnalyzer typeAnalyzer) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.