Package com. mapbox. bindgen
Types
Array Utils
Link copied to clipboard
class ArrayUtils
Content copied to clipboard
Utility class to covert array of primitive types to the List of Objects.
Cleaner Service
Link copied to clipboard
class CleanerService
Content copied to clipboard
This class provides API to track the life time of the Java object and invoke callback to clean the native peer
Expected Factory
Link copied to clipboard
class ExpectedFactory
Content copied to clipboard
Expected factory creates value and error expected instances.
Hash Map Key Value Extractor
Link copied to clipboard
open class HashMapKeyValueExtractor
Content copied to clipboard
Utility class to extract keys and values as two separate arrays from the HashMap.
Record Utils
Link copied to clipboard
class RecordUtils
Content copied to clipboard
Utility class for Record Type.
Variant Optional Type Wrapper
Link copied to clipboard
open class VariantOptionalTypeWrapper
Content copied to clipboard
Internal class to wrap Optional member type of variant type to keep type information of nullable value when marshalling between Java and C++