Package io.github.filelize.path
Class PathHandler
java.lang.Object
io.github.filelize.path.PathHandler
-
Constructor Summary
ConstructorsConstructorDescriptionPathHandler(String basePath, FilelizeType filelizeType, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiongetFullPath(Object object) <T> StringgetFullPath(String id, Class<T> valueType) getFullPath2(String id, Object object) <T> StringgetFullPathOfMap(Map<String, T> objects) getFullPaths(Class<T> valueType)
-
Constructor Details
-
PathHandler
public PathHandler(String basePath, FilelizeType filelizeType, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getFullPath
-
getFullPath2
-
getFullPath
-
getFullPathOfMap
-
getFullPaths
-