Package cool.klass.deserializer.json
Class JsonTypeCheckingPrimitiveTypeVisitor
java.lang.Object
cool.klass.deserializer.json.JsonTypeCheckingPrimitiveTypeVisitor
- All Implemented Interfaces:
PrimitiveTypeVisitor
-
Constructor Summary
ConstructorsConstructorDescriptionJsonTypeCheckingPrimitiveTypeVisitor(PrimitiveProperty primitiveProperty, com.fasterxml.jackson.databind.JsonNode jsonDataTypeValue, org.eclipse.collections.api.stack.MutableStack<String> contextStack, org.eclipse.collections.api.list.MutableList<String> errors) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
JsonTypeCheckingPrimitiveTypeVisitor
public JsonTypeCheckingPrimitiveTypeVisitor(PrimitiveProperty primitiveProperty, com.fasterxml.jackson.databind.JsonNode jsonDataTypeValue, org.eclipse.collections.api.stack.MutableStack<String> contextStack, org.eclipse.collections.api.list.MutableList<String> errors)
-
-
Method Details
-
visitString
public void visitString()- Specified by:
visitStringin interfacePrimitiveTypeVisitor
-
visitInteger
public void visitInteger()- Specified by:
visitIntegerin interfacePrimitiveTypeVisitor
-
visitLong
public void visitLong()- Specified by:
visitLongin interfacePrimitiveTypeVisitor
-
visitDouble
public void visitDouble()- Specified by:
visitDoublein interfacePrimitiveTypeVisitor
-
visitFloat
public void visitFloat()- Specified by:
visitFloatin interfacePrimitiveTypeVisitor
-
visitBoolean
public void visitBoolean()- Specified by:
visitBooleanin interfacePrimitiveTypeVisitor
-
visitInstant
public void visitInstant()- Specified by:
visitInstantin interfacePrimitiveTypeVisitor
-
visitLocalDate
public void visitLocalDate()- Specified by:
visitLocalDatein interfacePrimitiveTypeVisitor
-
visitTemporalInstant
public void visitTemporalInstant()- Specified by:
visitTemporalInstantin interfacePrimitiveTypeVisitor
-
visitTemporalRange
public void visitTemporalRange()- Specified by:
visitTemporalRangein interfacePrimitiveTypeVisitor
-
getContextString
-