Uses of Annotation Type
org.bytedeco.javacpp.annotation.Adapter
Packages that use Adapter
Package
Description
Contains all the annotation classes used by JavaCPP.
-
Uses of Adapter in org.bytedeco.javacpp.annotation
Classes in org.bytedeco.javacpp.annotation with annotations of type AdapterModifier and TypeClassDescription@interface
A shorthand for@Adapter("OptionalAdapter<type>")
.@interface
A shorthand for@Adapter("SharedPtrAdapter<type>")
.@interface
@interface
A shorthand for@Adapter("MoveAdapter<type>")
.@interface
A shorthand for@Cast("std::string&") @Adapter("StringAdapter<char>")
.@interface
@interface
@interface
A shorthand for@Adapter("VectorAdapter<type>")
.@interface
A shorthand for@Cast("std::wstring&") @Adapter("StringAdapter<wchar_t>")
.@interface
A shorthand for@Adapter("UniquePtrAdapter<type>")
.