See: Description
Interface | Description |
---|---|
WalkFilter |
Interface for filters which can influence the walking.
|
WalkObserver |
Interface for observers which are called by the walker.
|
Class | Description |
---|---|
AndWalkFilter |
Walk filter which implements composition of particular filters.
|
ArrayLengthWalkFilter |
Walk filter which allows to walk only to the given maximum array length.
|
DefaultWalkFilter |
Default walk filter which filters nothing.
|
DefaultWalkObserver |
Default walk observer which just does nothing.
|
DepthWalkFilter |
Walk filter which allows to walk only to the given maximum depth.
|
RegexWalkFilter |
Walk filter which allows to walk only paths matching the given regex.
|
Walker |
Walker through zserio objects, based on generated type info (see -withTypeInfoCode).
|
WalkerConst |
The constants used by walker, walker observers and walker filters.
|
Last updated 2024-12-05 10:34:50