Package | Description |
---|---|
com.glyart.mystral.data |
Contains classes for: auto object mappings, better data management and type conversions.
|
com.glyart.mystral.data.support |
Contains implementations for fast type conversions.
|
Modifier and Type | Method and Description |
---|---|
R |
Converter.apply(T object)
Applies the conversion to the given value, transforming the object in a new type.
|
Modifier and Type | Method and Description |
---|---|
@NotNull UUID |
StringToUUID.apply(@NotNull String object)
Converts a string to its UUID representation via
UUID.fromString(String) . |
Copyright © 2021. All rights reserved.