Copy as Markdown
Other Tools
// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_ImageWrappers_h
#define mozilla_java_ImageWrappers_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/jni/Refs.h"
#endif
namespace mozilla {
namespace java {
class Image : public mozilla::jni::ObjectBase<Image>
{
public:
static constexpr char name[] =
"org/mozilla/geckoview/Image";
explicit Image(const Context& ctx) : ObjectBase<Image>(ctx) {}
class ImageProcessingException;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
};
class Image::ImageProcessingException : public mozilla::jni::ObjectBase<ImageProcessingException>
{
public:
static constexpr char name[] =
"org/mozilla/geckoview/Image$ImageProcessingException";
explicit ImageProcessingException(const Context& ctx) : ObjectBase<ImageProcessingException>(ctx) {}
struct New_t {
typedef ImageProcessingException Owner;
typedef ImageProcessingException::LocalRef ReturnType;
typedef ImageProcessingException::Param SetterType;
typedef mozilla::jni::Args<
mozilla::jni::String::Param> Args;
static constexpr char name[] = "<init>";
static constexpr char signature[] =
"(Ljava/lang/String;)V";
static const bool isStatic = false;
static const mozilla::jni::ExceptionMode exceptionMode =
mozilla::jni::ExceptionMode::ABORT;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
static const mozilla::jni::DispatchTarget dispatchTarget =
mozilla::jni::DispatchTarget::CURRENT;
};
// ImageProcessingException(String)
static auto New(mozilla::jni::String::Param) -> ImageProcessingException::LocalRef;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
};
} /* java */
} /* mozilla */
#endif // mozilla_java_ImageWrappers_h