Class DataLayout
java.lang.Object
io.github.srdjanv.localgitdependency.persistence.data.DataLayout
- All Implemented Interfaces:
Comparator<Object>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintstatic DataLayoutcreate(Consumer<DataLayout> configurator) static DataLayout<T> voidregisterDataMapper(Consumer<DataLayout.DataMapper<T>> dataMapper) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
getDependencyLayout
-
create
-
registerDataMapper
-
getDataMappers
-
compare
- Specified by:
comparein interfaceComparator<Object>
-