Package | Description |
---|---|
com.streamscape.lib.analyzer |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSkipStaticAndTransientFieldsStrategy
Title: Framework Support Library
|
class |
AbstractSkipStaticFieldsStrategy
Title: Framework Support Library
|
class |
SerializableFieldsAndParentTypesStrategy
Title: Framework Support Library
|
class |
SerializableFieldsOnlyStrategy
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
TypeGraphCreationStrategy |
TypeAnalyzerFactory.getStrategy()
Returns the strategy which is passed to new
TypeAnalyzer objects created by this
factory. |
TypeGraphCreationStrategy |
TypeAnalyzer.getStrategy()
Returns the strategy used during building of type graphs.
|
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.
|
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). |
void |
TypeAnalyzerFactory.setStrategy(TypeGraphCreationStrategy strategy)
Sets the specified strategy to be used by
TypeAnalyzer objects created by this
factory. |
void |
TypeAnalyzer.setStrategy(TypeGraphCreationStrategy graphStrategy)
Sets the specified strategy to be used during building of a type graph.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.