Interface PrimitiveTypeVisitor
- All Known Implementing Classes:
DataTypePropertyVisitorAdaptor,PrimitiveToJavaTypeVisitor
public interface PrimitiveTypeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Method Details
-
visitString
- Throws:
Exception
-
visitInteger
- Throws:
Exception
-
visitLong
- Throws:
Exception
-
visitDouble
- Throws:
Exception
-
visitFloat
- Throws:
Exception
-
visitBoolean
- Throws:
Exception
-
visitInstant
- Throws:
Exception
-
visitLocalDate
- Throws:
Exception
-
visitTemporalInstant
- Throws:
Exception
-
visitTemporalRange
- Throws:
Exception
-