Package com.mapbox.bindgen

Types

ArrayUtils
Link copied to clipboard
class ArrayUtils
Utility class to covert array of primitive types to the List of Objects.
Cleaner
Link copied to clipboard
class Cleaner
General-purpose phantom-reference-based cleaners.
CleanerService
Link copied to clipboard
class CleanerService
This class provides API to track the life time of the Java object and invoke callback to clean the native peer
Expected
Link copied to clipboard
open class Expected<E, V>
Expected is wrapper object around either a value or an error.
ExpectedFactory
Link copied to clipboard
class ExpectedFactory
Expected factory creates value and error expected instances.
HashMapKeyValueExtractor
Link copied to clipboard
open class HashMapKeyValueExtractor
Utility class to extract keys and values as two separate arrays from the HashMap.
None
Link copied to clipboard
class None
Represents a type-safe, non-null, void value.
RecordUtils
Link copied to clipboard
class RecordUtils
Utility class for Record Type.
Size
Link copied to clipboard
open class Size
Class for describing width and height dimensions.
Value
Link copied to clipboard
open class Value
Wrapper class for value, complies to the mapbox type system.
VariantOptionalTypeWrapper
Link copied to clipboard
open class VariantOptionalTypeWrapper
Internal class to wrap Optional member type of variant type to keep type information of nullable value when marshalling between Java and C++