Class TypeEnumeration<K extends Enum<K>>

java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeEnumeration<K>
Type Parameters:
K - The enum this Type extends.
All Implemented Interfaces:
Annotatable

public class TypeEnumeration<K extends Enum<K>> extends PropertyType
Author:
hylke
  • Constructor Details

    • TypeEnumeration

      public TypeEnumeration(String name, String description, Class<K> enumClass, com.fasterxml.jackson.core.type.TypeReference typeReference)
  • Method Details