Class AssertObjectMatchesDataTypePropertyVisitor
java.lang.Object
cool.klass.model.meta.domain.api.visitor.AssertObjectMatchesDataTypePropertyVisitor
- All Implemented Interfaces:
DataTypePropertyVisitor
public class AssertObjectMatchesDataTypePropertyVisitor
extends Object
implements DataTypePropertyVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitBoolean(PrimitiveProperty primitiveProperty) voidvisitDouble(PrimitiveProperty primitiveProperty) voidvisitEnumerationProperty(EnumerationProperty enumerationProperty) voidvisitFloat(PrimitiveProperty primitiveProperty) voidvisitInstant(PrimitiveProperty primitiveProperty) voidvisitInteger(PrimitiveProperty primitiveProperty) voidvisitLocalDate(PrimitiveProperty primitiveProperty) voidvisitLong(PrimitiveProperty primitiveProperty) voidvisitString(PrimitiveProperty primitiveProperty) voidvisitTemporalInstant(PrimitiveProperty primitiveProperty) voidvisitTemporalRange(PrimitiveProperty primitiveProperty)
-
Constructor Details
-
AssertObjectMatchesDataTypePropertyVisitor
-
-
Method Details
-
visitEnumerationProperty
- Specified by:
visitEnumerationPropertyin interfaceDataTypePropertyVisitor
-
visitString
- Specified by:
visitStringin interfaceDataTypePropertyVisitor
-
visitInteger
- Specified by:
visitIntegerin interfaceDataTypePropertyVisitor
-
visitLong
- Specified by:
visitLongin interfaceDataTypePropertyVisitor
-
visitDouble
- Specified by:
visitDoublein interfaceDataTypePropertyVisitor
-
visitFloat
- Specified by:
visitFloatin interfaceDataTypePropertyVisitor
-
visitBoolean
- Specified by:
visitBooleanin interfaceDataTypePropertyVisitor
-
visitInstant
- Specified by:
visitInstantin interfaceDataTypePropertyVisitor
-
visitLocalDate
- Specified by:
visitLocalDatein interfaceDataTypePropertyVisitor
-
visitTemporalInstant
- Specified by:
visitTemporalInstantin interfaceDataTypePropertyVisitor
-
visitTemporalRange
- Specified by:
visitTemporalRangein interfaceDataTypePropertyVisitor
-