Class BooleanProperties

    • Constructor Detail

      • BooleanProperties

        public BooleanProperties()
    • Method Detail

      • empty

        public static BooleanProperties empty()
        Returns an unmodifiable, empty instance
      • clear

        public void clear()
        Clears all properties
      • clear

        public void clear​(com.querydsl.core.types.Path<Boolean> path)
        Clears the given property
      • clear

        public void clear​(Property<Boolean,​?> property)
        Clears the given property
      • fill

        public void fill​(Object object)
        Fills all properties which are currently set in the given bean
      • getProperties

        public Set<String> getProperties()
      • instantiate

        public <T> T instantiate​(Class<T> type)
        Creates a new instance of the given class, filling all properties which are currently set
      • isSet

        public boolean isSet​(com.querydsl.core.types.Path<Boolean> path)
        Returns whether the given property is set
      • isSet

        public boolean isSet​(Property<Boolean,​?> property)
        Returns whether the given property is set
      • set

        public void set​(com.querydsl.core.types.Path<Boolean> path)
        Sets the given property
      • set

        public void set​(Property<Boolean,​?> property)
        Sets the given property