Class MapImmutableProperties
- java.lang.Object
-
- io.annot8.implementations.support.properties.MapImmutableProperties
-
- All Implemented Interfaces:
ImmutableProperties,Properties
public class MapImmutableProperties extends Object implements ImmutableProperties
Implementation of ImmutableProperties interface using an in-memory HashMap to store the properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapImmutableProperties.BuilderAbstractContentBuilder class for InMemoryImmutableProperties
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Object>getAll()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.annot8.api.properties.Properties
get, get, getAll, getObjectOrDefault, getOrDefault, has, has, keys, listKeys
-
-
-
-
Method Detail
-
getAll
public Map<String,Object> getAll()
- Specified by:
getAllin interfaceProperties
-
-