Interface Type.Visitor<R,A>
- All Known Implementing Classes:
InitializerGenerator,ReadOperationBuilder,TypeGenerator,TypeNameBuilder,WriteOperationBuilder
- Enclosing class:
- Type
public static interface Type.Visitor<R,A>
Visitor interface for the
Type hierarchy.-
Method Summary
Modifier and TypeMethodDescriptionvisit(CustomType self, A arg) Visit case forCustomType.Visit case forMapType.visit(PrimitiveType self, A arg) Visit case forPrimitiveType.
-
Method Details
-
visit
Visit case forCustomType. -
visit
Visit case forPrimitiveType. -
visit
Visit case forMapType.
-