public abstract class AbstractSkipStaticAndTransientFieldsStrategy extends AbstractSkipStaticFieldsStrategy
Title: Framework Support Library
Description: A strategy class, which is used to skip all the static and transient fields and do not parse deeper into arrays of primitives (byte[], ..., double[]) and primitives' wrappers(Byte, ..., Double), String, Class types and its arrays.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Constructor and Description |
---|
AbstractSkipStaticAndTransientFieldsStrategy() |
Modifier and Type | Method and Description |
---|---|
TypeGraph |
getGraphNode(TypeGraph node)
Skips all the static and transient fields of the processed type
|
shouldSkipChildren
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldIncludeParentTypes
public AbstractSkipStaticAndTransientFieldsStrategy()
public TypeGraph getGraphNode(TypeGraph node)
getGraphNode
in interface TypeGraphCreationStrategy
getGraphNode
in class AbstractSkipStaticFieldsStrategy
node
- The potential node to be added to the created
TypeGraph
after processing by this strategy.TypeGraph
or null
if no node should be added.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.