Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CLONE_METHOD_NAME |
"clone" |
protected static final String |
ENUM_VALUE_OF_METHOD_NAME |
"valueOf" |
protected static final String |
ENUM_VALUES_METHOD_NAME |
"values" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
BASE_VERSION |
44 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BYTE_BUDDY_RENAME_PACKAGE |
"net.bytebuddy.renamed" |
public static final String |
NO_PREFIX |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
PREFIX |
"[Byte Buddy]" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
LOADED |
true |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
PREFIX |
"[Byte Buddy]" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
FIRST_BATCH |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
THIS_REFERENCE |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_REQUIRED_SIZE |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
UNDEFINED_SIZE |
32767 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
SYMBOL |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
SYMBOL |
115 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
SYMBOL |
109 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
SYMBOL |
114 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
SYMBOL |
116 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_FLAGS |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLASS_FILE_EXTENSION |
".class" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
PREFIX |
"[Byte Buddy]" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EMPTY_MASK |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY_NAME |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONSTRUCTOR_INTERNAL_NAME |
"<init>" |
public static final String |
TYPE_INITIALIZER_INTERNAL_NAME |
"<clinit>" |
public static final int |
TYPE_INITIALIZER_MODIFIER |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME_PREFIX |
"arg" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
EMPTY_MASK |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MASK |
151775 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MASK |
7679 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MASK |
36880 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MASK |
161311 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PACKAGE_CLASS_NAME |
"package-info" |
public static final int |
PACKAGE_MODIFIERS |
5632 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
RAW_TYPES_PROPERTY |
"net.bytebuddy.raw" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SYMBOL |
"?" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLASS_FILE_EXTENSION |
".class" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROPERTY |
"net.bytebuddy.nexus.disabled" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
URL_SCHEMA |
"bytebuddy" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
ALLOW_EXISTING_TYPES |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
SAFE_PROPERTY |
"net.bytebuddy.safe" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DUMP_PROPERTY |
"net.bytebuddy.dump" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
PREFIX |
"fixedFieldValue" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACCESSOR_METHOD_SUFFIX |
"accessor" |
public static final String |
FIELD_CACHE_PREFIX |
"cachedValue" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FIELD_NAME_PREFIX |
"delegate" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
VARIABLE_ON_INVOKEABLE |
false |
public static final boolean |
VARIABLE_ON_TYPE |
true |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INSTANCE_FIELD |
"target" |
public static final String |
REFLECTION_METHOD |
"make" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GET_DECLARED_CONSTRUCTOR_METHOD_DESCRIPTOR |
"([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;" |
public static final String |
GET_DECLARED_CONSTRUCTOR_METHOD_NAME |
"getDeclaredConstructor" |
public static final String |
GET_REFLECTION_FACTORY_METHOD_DESCRIPTOR |
"()Lsun/reflect/ReflectionFactory;" |
public static final String |
GET_REFLECTION_FACTORY_METHOD_NAME |
"getReflectionFactory" |
public static final String |
JAVA_LANG_CLASS_INTERNAL_NAME |
"java/lang/Class" |
public static final String |
JAVA_LANG_CONSTRUCTOR_INTERNAL_NAME |
"java/lang/reflect/Constructor" |
public static final String |
JAVA_LANG_OBJECT_DESCRIPTOR |
"Ljava/lang/Object;" |
public static final String |
JAVA_LANG_OBJECT_INTERNAL_NAME |
"java/lang/Object" |
public static final String |
NEW_CONSTRUCTOR_FOR_SERIALIZATION_METHOD_DESCRIPTOR |
"(Ljava/lang/Class;Ljava/lang/reflect/Constructor;)Ljava/lang/reflect/Constructor;" |
public static final String |
NEW_CONSTRUCTOR_FOR_SERIALIZATION_METHOD_NAME |
"newConstructorForSerialization" |
public static final String |
NEW_INSTANCE_METHOD_DESCRIPTOR |
"([Ljava/lang/Object;)Ljava/lang/Object;" |
public static final String |
NEW_INSTANCE_METHOD_NAME |
"newInstance" |
public static final String |
REFLECTION_FACTORY_INTERNAL_NAME |
"sun/reflect/ReflectionFactory" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
FIELD_NAME |
"instance" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
FIELD_NAME |
"target" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
BEAN_PROPERTY |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
COMPONENT_TYPE_PATH |
91 |
public static final String |
EMPTY_TYPE_PATH |
"" |
public static final char |
INDEXED_TYPE_DELIMITER |
59 |
public static final char |
INNER_CLASS_PATH |
46 |
public static final char |
WILDCARD_TYPE_PATH |
42 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EXPERIMENTAL_PROPERTY |
"net.bytebuddy.experimental" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_LENGTH |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
1024 |
Copyright © 2014–2019. All rights reserved.