Class TypeCollection
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeCollection
- All Implemented Interfaces:
Annotatable
The type of a property that points to a Collection.
-
Field Summary
Fields inherited from class de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
annotations -
Constructor Summary
ConstructorsConstructorDescriptionTypeCollection(TypeComplex containedType, com.fasterxml.jackson.core.type.TypeReference tr) TypeCollection(TypePrimitive containedType, com.fasterxml.jackson.core.type.TypeReference tr) -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
addAnnotation, getAnnotations, getDescription, getDeserializer, getName, getSerializer, setAnnotations, setDeserializer, setSerializer
-
Constructor Details
-
TypeCollection
public TypeCollection(TypePrimitive containedType, com.fasterxml.jackson.core.type.TypeReference tr) -
TypeCollection
-
-
Method Details
-
isCollection
public boolean isCollection()- Overrides:
isCollectionin classPropertyType
-
getContaintedType
-