| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | BYTE_BUDDY_DEFAULT_PREFIX | "ByteBuddy" | 
| public static final String | BYTE_BUDDY_DEFAULT_SUFFIX | "auxiliary" | 
| 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 | 
|---|---|---|
| public static final String | BYTE_BUDDY_RENAME_PACKAGE | "net.bytebuddy.renamed" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CREATION_NAME | "net.bytebuddy.generated.Type" | 
| 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 | ERROR_MESSAGE | "Could not load a type that is linked by the annotation value" | 
| 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 | 4106 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | NAME_PREFIX | "arg" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ABSTRACTION_MASK | 1280 | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | EMPTY_MASK | 0 | 
| 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 int | ARRAY_MODIFIERS | 1041 | 
| 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 | URL_SCHEMA | "bytebuddy" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final boolean | DEFAULT_FORBID_EXISTING | false | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final int | ASM_API_VERSION | 327680 | 
| protected static final int | ASM_NO_FLAGS | 0 | 
| 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 | 
|---|---|---|
| protected static final boolean | CACHING | true | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| protected static final String | PREFIX | "delegate" | 
| 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 | 
|---|---|---|
| public static final String | BEAN_PROPERTY | "" | 
| 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 | 
|---|---|---|
| public static final int | FIELD_MODIFIER_MASK | 163583 | 
| public static final int | GENERAL_MODIFIER_MASK | 135168 | 
| public static final int | MEMBER_MODIFIER_MASK | 163391 | 
| public static final int | METHOD_MODIFIER_MASK | 163839 | 
| public static final int | PARAMETER_MODIFIER_MASK | 36880 | 
| public static final int | TYPE_MODIFIER_MASK | 163383 | 
| public static final int | VISIBILITY_MODIFIER_MASK | 7 | 
| 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–2015. All rights reserved.