Package org.bytedeco.javacpp.tools
Interface InfoMapper
-
@ConsumerType public interface InfoMapper
An interface to define a kind of configuration file entirely written in Java. A class implementing this interface can be passed to theParser
, which will create an instance of the class before calling themap(InfoMap)
method, to be filled in withInfo
objects defined by the user.A class further annotated with
Properties.target()
gets detected by theBuilder
, which then delegates it to theParser
.Note that this interface is intended to be implemented by users of JavaCPP and so is marked as a
ConsumerType
interface. Adding methods will be considered a breaking change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
map(InfoMap infoMap)
-
-
-
Method Detail
-
map
void map(InfoMap infoMap)
-
-