public class SerializableFieldsAndParentTypesStrategy extends AbstractSkipStaticAndTransientFieldsStrategy
Title: Framework Support Library
Description: Defines the strategy that skips all static and transient fields and include parent types to the result graph.
TypeAnalyzer
do not parse arrays of primitives (byte[], ..., double[]),
primitives' wrappers(Byte, ..., Double), String, Class types and its arrays.
Copyright: Copyright (c) 2018
Company: StreamScape Technologies
Constructor and Description |
---|
SerializableFieldsAndParentTypesStrategy() |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldIncludeParentTypes()
Specifies if the analyzer should include parent types of the analyzed type as separate nodes to the result graph.
|
getGraphNode
shouldSkipChildren
public SerializableFieldsAndParentTypesStrategy()
public boolean shouldIncludeParentTypes()
TypeGraphCreationStrategy
true
if the parent types should be included to the result graph, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.