public class Templates
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREATOR_TEMPLATE
This template generates the code to generate the creator of a cached
class
|
static java.lang.String |
FIELD_GETTER_TEMPLATE
This template generates the code to generate the field getter of each
field of a cached class
|
static java.lang.String |
FIELD_SETTER_TEMPLATE
This template generates the code to generate the field setter of each
field of a cached class
|
static java.lang.String |
GET_OLD_VERSION_TEMPLATE |
static java.lang.String |
INSTANCE_FIELD_UNARY_TEMPLATE |
static java.lang.String |
INVOKER_BODY_TEMPLATE
This template generates the code to generate the invoker of each method
of a cached class
|
static java.lang.String |
JMPLIB_MONITOR_NAME |
static java.lang.String |
SET_OLD_VERSION_TEMPLATE |
static java.lang.String |
STATIC_FIELD_UNARY_TEMPLATE |
static java.lang.String |
THREAD_SAFE_CREATOR_TEMPLATE
This template generates the code to generate the creator of a cached
class
|
static java.lang.String |
THREAD_SAFE_FIELD_GETTER_TEMPLATE
This template generates the code to generate the field getter of each
field of a cached class
|
static java.lang.String |
THREAD_SAFE_FIELD_SETTER_TEMPLATE
This template generates the code to generate the field setter of each
field of a cached class
|
static java.lang.String |
THREAD_SAFE_INSTANCE_FIELD_UNARY_TEMPLATE |
static java.lang.String |
THREAD_SAFE_INVOKER_BODY_TEMPLATE
This template generates the code to generate the invoker of each method
of a cached class
|
Constructor and Description |
---|
Templates() |
public static final java.lang.String GET_OLD_VERSION_TEMPLATE
public static final java.lang.String SET_OLD_VERSION_TEMPLATE
public static final java.lang.String JMPLIB_MONITOR_NAME
public static final java.lang.String CREATOR_TEMPLATE
public static final java.lang.String THREAD_SAFE_CREATOR_TEMPLATE
public static final java.lang.String INVOKER_BODY_TEMPLATE
public static final java.lang.String THREAD_SAFE_INVOKER_BODY_TEMPLATE
public static final java.lang.String FIELD_GETTER_TEMPLATE
public static final java.lang.String THREAD_SAFE_FIELD_GETTER_TEMPLATE
public static final java.lang.String FIELD_SETTER_TEMPLATE
public static final java.lang.String THREAD_SAFE_FIELD_SETTER_TEMPLATE
public static final java.lang.String INSTANCE_FIELD_UNARY_TEMPLATE
public static final java.lang.String THREAD_SAFE_INSTANCE_FIELD_UNARY_TEMPLATE
public static final java.lang.String STATIC_FIELD_UNARY_TEMPLATE