Class VariableValue<T>


  • public class VariableValue<T>
    extends Object
    • Constructor Detail

      • VariableValue

        public VariableValue()
      • VariableValue

        public VariableValue​(T value)
    • Method Detail

      • getValue

        public T getValue()
      • hashCode

        public int hashCode()
        Encountered Java type [class org.activiti.cloud.services.query.model.VariableValue] for which we could not locate a JavaTypeDescriptor and which does not appear to implement equals and/or hashCode. This can lead to significant performance problems when performing equality/dirty checking involving this Java type. Consider registering a custom JavaTypeDescriptor or at least implementing equals/hashCode.
        Overrides:
        hashCode in class Object