Interface DataTypeVisitor<R,A,E extends Exception>
- All Known Implementing Classes:
XmlTemplateCollector
public interface DataTypeVisitor<R,A,E extends Exception>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RvisitAllOfType(AllOfType type, A arg) visitAnyOfType(AnyOfType type, A arg) visitArrayType(ArrayType type, A arg) visitBooleanType(BooleanType type, A arg) visitIntegerType(IntegerType type, A arg) visitNullType(NullType type, A arg) visitObjectType(ObjectType type, A arg) visitOneOfType(OneOfType type, A arg) visitReferenceType(ReferenceType type, A arg) visitStringType(StringType type, A arg)
-
Method Details
-
visit
- Throws:
E
-
visitAllOfType
- Throws:
E
-
visitAnyOfType
- Throws:
E
-
visitOneOfType
- Throws:
E
-
visitNullType
- Throws:
E
-
visitBooleanType
- Throws:
E
-
visitIntegerType
- Throws:
E
-
visitStringType
- Throws:
E
-
visitArrayType
- Throws:
E
-
visitObjectType
- Throws:
E
-
visitReferenceType
- Throws:
E
-