Class EntityPropertyMain<P>

java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.property.PropertyAbstract<P>
de.fraunhofer.iosb.ilt.frostclient.model.property.EntityPropertyMain<P>
Type Parameters:
P - The type of the value of the property.
All Implemented Interfaces:
Property<P>, EntityProperty<P>, Comparable<Property<?>>

public class EntityPropertyMain<P> extends PropertyAbstract<P> implements EntityProperty<P>
  • Field Details

    • serialiseNull

      public final boolean serialiseNull
      Flag indicating a null value should not be ignored, but serialised as Json NULL.
  • Constructor Details

    • EntityPropertyMain

      public EntityPropertyMain(String name, PropertyType type)
    • EntityPropertyMain

      public EntityPropertyMain(String name, PropertyType type, boolean serialiseNull)
  • Method Details