public interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine extends io.vertx.ext.web.common.template.TemplateEngine
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
super_class: java.lang.Object
{
public static final int DEFAULT_MAX_CACHE_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 10000
public static final java.lang.String DEFAULT_TEMPLATE_EXTENSION;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "peb"
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public static io.vertx.ext.web.templ.pebble.PebbleTemplateEngine create(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/web/templ/pebble/PebbleTemplateEngine;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.ext.web.templ.pebble.impl.PebbleTemplateEngineImpl
dup
aload 0
invokespecial io.vertx.ext.web.templ.pebble.impl.PebbleTemplateEngineImpl.<init>:(Lio/vertx/core/Vertx;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 vertx Lio/vertx/core/Vertx;
MethodParameters:
Name Flags
vertx
public static io.vertx.ext.web.templ.pebble.PebbleTemplateEngine create(com.mitchellbosecke.pebble.PebbleEngine);
descriptor: (Lcom/mitchellbosecke/pebble/PebbleEngine;)Lio/vertx/ext/web/templ/pebble/PebbleTemplateEngine;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.vertx.ext.web.templ.pebble.impl.PebbleTemplateEngineImpl
dup
aload 0
invokespecial io.vertx.ext.web.templ.pebble.impl.PebbleTemplateEngineImpl.<init>:(Lcom/mitchellbosecke/pebble/PebbleEngine;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 engine Lcom/mitchellbosecke/pebble/PebbleEngine;
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
RuntimeVisibleTypeAnnotations:
METHOD_RETURN
io.vertx.codegen.annotations.GenIgnore()
MethodParameters:
Name Flags
engine
public abstract io.vertx.ext.web.templ.pebble.PebbleTemplateEngine setExtension(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/templ/pebble/PebbleTemplateEngine;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
java.lang.Deprecated()
MethodParameters:
Name Flags
extension
public abstract io.vertx.ext.web.templ.pebble.PebbleTemplateEngine setMaxCacheSize(int);
descriptor: (I)Lio/vertx/ext/web/templ/pebble/PebbleTemplateEngine;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.Fluent()
MethodParameters:
Name Flags
maxCacheSize
}
SourceFile: "PebbleTemplateEngine.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()