Class MapImmutableProperties

  • All Implemented Interfaces:
    io.annot8.api.properties.ImmutableProperties, io.annot8.api.properties.Properties

    public class MapImmutableProperties
    extends Object
    implements io.annot8.api.properties.ImmutableProperties
    Implementation of ImmutableProperties interface using an in-memory Map to store the properties.
    • Method Detail

      • getAll

        public Map<String,​Object> getAll()
        Specified by:
        getAll in interface io.annot8.api.properties.Properties
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object