package saker.build.util.data
Package containing data handling related utility classes for the build system.
| DataConverter | Interface for specializing type conversion. |
| ConversionContext | Contextual information for convertion an object to a target type. |
| DataConverterUtils | Utility class providing functionality for converting between different types of objects. |
| GenericArgumentLocation | Class representing a location of a generic argument in a given type declaration. |
| ConversionFailedException | Thrown when a conversion from one type to another fails. |