Package org.bytedeco.javacpp.tools
Interface InfoMapper
-
@ConsumerType public interface InfoMapperAn 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 withInfoobjects 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
ConsumerTypeinterface. Adding methods will be considered a breaking change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmap(InfoMap infoMap)
-
-
-
Method Detail
-
map
void map(InfoMap infoMap)
-
-