Class PropertyType

java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
Direct Known Subclasses:
TypeComplex, TypeSimple, TypeSimpleSet

public class PropertyType extends Object
  • Constructor Details

    • PropertyType

      public PropertyType(String name, String description, com.fasterxml.jackson.core.type.TypeReference... typeReference)
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getTypeReference

      public com.fasterxml.jackson.core.type.TypeReference[] getTypeReference()
    • parseFromUrl

      public Object parseFromUrl(String input)
    • isCollection

      public boolean isCollection()