Package de.mhus.con.api
Interface ConfigTypes
-
- All Superinterfaces:
ICollection<ConfigType>,Iterable<ConfigType>
public interface ConfigTypes extends ICollection<ConfigType>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ConfigTypegetForPath(String path)-
Methods inherited from interface de.mhus.con.api.ICollection
get, getOrNull, keys, size
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
getForPath
default ConfigType getForPath(String path)
-
-