Package com.mapbox.bindgen
Types
ArrayUtils
Link copied to clipboard
class ArrayUtils
Content copied to clipboard
Utility class to covert array of primitive types to the List of Objects.
CleanerService
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
ExpectedFactory
Link copied to clipboard
class ExpectedFactory
Content copied to clipboard
Expected factory creates value and error expected instances.
HashMapKeyValueExtractor
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.
RecordUtils
Link copied to clipboard
class RecordUtils
Content copied to clipboard
Utility class for Record Type.
VariantOptionalTypeWrapper
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++