public class PartsWalker<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
PartsWalker.PartVisitor<T> |
Constructor and Description |
---|
PartsWalker(T context) |
Modifier and Type | Method and Description |
---|---|
void |
visit(PartsWalker.PartVisitor<T> visitor,
MessageBody.Part root) |
public PartsWalker(T context)
public void visit(PartsWalker.PartVisitor<T> visitor, MessageBody.Part root)
Copyright © 2021. All Rights Reserved.