java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeCollection
All Implemented Interfaces:
Annotatable

public class TypeCollection extends PropertyType
The type of a property that points to a Collection.
  • Constructor Details

    • TypeCollection

      public TypeCollection(TypePrimitive containedType, com.fasterxml.jackson.core.type.TypeReference tr)
    • TypeCollection

      public TypeCollection(TypeComplex containedType, com.fasterxml.jackson.core.type.TypeReference tr)
  • Method Details