Class TestProperties

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


    public class TestProperties
    extends java.lang.Object
    implements io.annot8.core.properties.MutableProperties, io.annot8.core.properties.ImmutableProperties
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.annot8.core.properties.ImmutableProperties

        io.annot8.core.properties.ImmutableProperties.Builder
    • Constructor Summary

      Constructors 
      Constructor Description
      TestProperties​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,java.lang.Object> getAll​()  
      java.util.Optional<java.lang.Object> remove​(java.lang.String key)  
      void set​(java.lang.String key, java.lang.Object value)  
      • Methods inherited from interface io.annot8.core.properties.MutableProperties

        add, remove, removeAll, set
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.annot8.core.properties.Properties

        equals, get, getAll, getObjectOrDefault, getOrDefault, getProperty, has, has, hashCode, keys, listKeys
    • Constructor Detail

      • TestProperties

        public TestProperties​()
    • Method Detail

      • set

        public void set​(java.lang.String key,
                        java.lang.Object value)
        Specified by:
        set in interface io.annot8.core.properties.MutableProperties
      • remove

        public java.util.Optional<java.lang.Object> remove​(java.lang.String key)
        Specified by:
        remove in interface io.annot8.core.properties.MutableProperties
      • getAll

        public java.util.Map<java.lang.String,java.lang.Object> getAll​()
        Specified by:
        getAll in interface io.annot8.core.properties.Properties