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