Constant Field Values
Contents
net.bytebuddy.*
-
net.bytebuddy.ByteBuddy Modifier and Type Constant Field Value private static final java.lang.String
BYTE_BUDDY_DEFAULT_PREFIX
"ByteBuddy"
private static final java.lang.String
BYTE_BUDDY_DEFAULT_SUFFIX
"auxiliary"
-
net.bytebuddy.ByteBuddy.EnumerationImplementation Modifier and Type Constant Field Value protected static final java.lang.String
CLONE_METHOD_NAME
"clone"
private static final int
ENUM_FIELD_MODIFIERS
25
protected static final java.lang.String
ENUM_VALUE_OF_METHOD_NAME
"valueOf"
private static final java.lang.String
ENUM_VALUES
"$VALUES"
protected static final java.lang.String
ENUM_VALUES_METHOD_NAME
"values"
-
net.bytebuddy.ClassFileVersion Modifier and Type Constant Field Value protected static final int
BASE_VERSION
44
-
net.bytebuddy.ClassFileVersion.VersionLocator.ForLegacyVm Modifier and Type Constant Field Value private static final java.lang.String
JAVA_VERSION_PROPERTY
"java.version"
-
net.bytebuddy.NamingStrategy.SuffixingRandom Modifier and Type Constant Field Value public static final java.lang.String
BYTE_BUDDY_RENAME_PACKAGE
"net.bytebuddy.renamed"
private static final java.lang.String
JAVA_PACKAGE
"java."
public static final java.lang.String
NO_PREFIX
""
-
net.bytebuddy.agent.Attacher Modifier and Type Constant Field Value private static final java.lang.String
ATTACH_METHOD_NAME
"attach"
private static final java.lang.String
DETACH_METHOD_NAME
"detach"
private static final java.lang.String
LOAD_AGENT_METHOD_NAME
"loadAgent"
private static final java.lang.String
LOAD_AGENT_PATH_METHOD_NAME
"loadAgentPath"
-
net.bytebuddy.agent.ByteBuddyAgent Modifier and Type Constant Field Value private static final java.lang.String
AGENT_CLASS_PROPERTY
"Agent-Class"
private static final java.lang.String
ATTACHER_FILE_NAME
"byteBuddyAttacher"
private static final int
BUFFER_SIZE
1024
private static final java.lang.String
CAN_REDEFINE_CLASSES_PROPERTY
"Can-Redefine-Classes"
private static final java.lang.String
CAN_RETRANSFORM_CLASSES_PROPERTY
"Can-Retransform-Classes"
private static final java.lang.String
CAN_SET_NATIVE_METHOD_PREFIX
"Can-Set-Native-Method-Prefix"
private static final java.lang.String
CLASS_FILE_EXTENSION
".class"
private static final java.lang.String
CLASS_PATH_ARGUMENT
"-cp"
private static final int
END_OF_FILE
-1
private static final java.lang.String
FILE_PROTOCOL
"file"
private static final java.lang.String
INSTRUMENTATION_METHOD
"getInstrumentation"
private static final java.lang.String
JAR_FILE_EXTENSION
".jar"
private static final java.lang.String
JAVA_HOME
"java.home"
public static final java.lang.String
LATENT_RESOLVE
"net.bytebuddy.agent.latent"
private static final java.lang.String
MANIFEST_VERSION_VALUE
"1.0"
private static final java.lang.String
OS_NAME
"os.name"
private static final int
START_INDEX
0
private static final int
SUCCESSFUL_ATTACH
0
-
net.bytebuddy.agent.ByteBuddyAgent.AgentProvider.ForByteBuddyAgent Modifier and Type Constant Field Value private static final java.lang.String
AGENT_FILE_NAME
"byteBuddyAgent"
-
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.Accessor Modifier and Type Constant Field Value public static final java.lang.String
VIRTUAL_MACHINE_TYPE_NAME
"com.sun.tools.attach.VirtualMachine"
public static final java.lang.String
VIRTUAL_MACHINE_TYPE_NAME_J9
"com.ibm.tools.attach.VirtualMachine"
-
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForStandardToolsJarVm Modifier and Type Constant Field Value private static final java.lang.String
JAVA_HOME_PROPERTY
"java.home"
-
net.bytebuddy.agent.ByteBuddyAgent.AttachmentProvider.ForUserDefinedToolsJar Modifier and Type Constant Field Value public static final java.lang.String
PROPERTY
"net.bytebuddy.agent.toolsjar"
-
net.bytebuddy.agent.ByteBuddyAgent.AttachmentTypeEvaluator.InstallationAction Modifier and Type Constant Field Value private static final java.lang.String
JDK_ALLOW_SELF_ATTACH
"jdk.attach.allowAttachSelf"
-
net.bytebuddy.agent.VirtualMachine.ForHotSpot Modifier and Type Constant Field Value private static final java.lang.String
ARGUMENT_DELIMITER
"="
private static final java.lang.String
INSTRUMENT_COMMAND
"instrument"
private static final java.lang.String
LOAD_COMMAND
"load"
private static final java.lang.String
PROTOCOL_VERSION
"1"
-
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile Modifier and Type Constant Field Value private static final java.lang.String
ATTACH_FILE_PREFIX
".attach_pid"
private static final java.lang.String
SOCKET_FILE_PREFIX
".java_pid"
-
net.bytebuddy.agent.VirtualMachine.ForOpenJ9 Modifier and Type Constant Field Value private static final java.lang.String
IBM_TEMPORARY_FOLDER
"com.ibm.tools.attach.directory"
-
net.bytebuddy.agent.builder.AgentBuilder.Default Modifier and Type Constant Field Value private static final java.lang.String
INSTALLER_TYPE
"net.bytebuddy.agent.Installer"
private static final java.lang.String
INSTRUMENTATION_GETTER
"getInstrumentation"
-
net.bytebuddy.agent.builder.AgentBuilder.InstallationListener.StreamWriting Modifier and Type Constant Field Value protected static final java.lang.String
PREFIX
"[Byte Buddy]"
-
net.bytebuddy.agent.builder.AgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory Modifier and Type Constant Field Value private static final java.lang.String
FIELD_PREFIX
"arg$"
private static final java.lang.String
LAMBDA_FACTORY
"get$Lambda"
private static final java.lang.String
LAMBDA_TYPE_INFIX
"$$Lambda$ByteBuddy$"
-
net.bytebuddy.agent.builder.AgentBuilder.Listener Modifier and Type Constant Field Value public static final boolean
LOADED
true
-
net.bytebuddy.agent.builder.AgentBuilder.Listener.StreamWriting Modifier and Type Constant Field Value protected static final java.lang.String
PREFIX
"[Byte Buddy]"
-
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.BatchAllocator Modifier and Type Constant Field Value public static final int
FIRST_BATCH
0
-
net.bytebuddy.agent.builder.LambdaFactory Modifier and Type Constant Field Value private static final java.lang.String
FIELD_NAME
"CLASS_FILE_TRANSFORMERS"
-
net.bytebuddy.asm.Advice.ArgumentHandler Modifier and Type Constant Field Value public static final int
THIS_REFERENCE
0
-
net.bytebuddy.asm.Advice.Dispatcher.RelocationHandler.Bound Modifier and Type Constant Field Value public static final int
NO_REQUIRED_SIZE
0
-
net.bytebuddy.asm.Advice.MethodSizeHandler Modifier and Type Constant Field Value public static final int
UNDEFINED_SIZE
32767
-
net.bytebuddy.asm.Advice.OffsetMapping.ForField.Unresolved Modifier and Type Constant Field Value protected static final java.lang.String
BEAN_PROPERTY
""
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin Modifier and Type Constant Field Value private static final char
DELIMITER
35
private static final char
ESCAPE
92
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Renderer.ForDescriptor Modifier and Type Constant Field Value public static final char
SYMBOL
100
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Renderer.ForJavaSignature Modifier and Type Constant Field Value public static final char
SYMBOL
115
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Renderer.ForMethodName Modifier and Type Constant Field Value public static final char
SYMBOL
109
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Renderer.ForPropertyName Modifier and Type Constant Field Value public static final char
SYMBOL
112
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Renderer.ForReturnTypeName Modifier and Type Constant Field Value public static final char
SYMBOL
114
-
net.bytebuddy.asm.Advice.OffsetMapping.ForOrigin.Renderer.ForTypeName Modifier and Type Constant Field Value public static final char
SYMBOL
116
-
net.bytebuddy.asm.Advice.Origin Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT
""
-
net.bytebuddy.asm.AsmVisitorWrapper Modifier and Type Constant Field Value public static final int
NO_FLAGS
0
-
net.bytebuddy.asm.MemberSubstitution.Substitution.ForMethodInvocation Modifier and Type Constant Field Value private static final int
THIS_REFERENCE
0
-
net.bytebuddy.asm.TypeConstantAdjustment.TypeConstantDissolvingClassVisitor.TypeConstantDissolvingMethodVisitor Modifier and Type Constant Field Value private static final java.lang.String
DESCRIPTOR
"(Ljava/lang/String;)Ljava/lang/Class;"
private static final java.lang.String
FOR_NAME
"forName"
private static final java.lang.String
JAVA_LANG_CLASS
"java/lang/Class"
-
net.bytebuddy.build.CachedReturnPlugin Modifier and Type Constant Field Value private static final java.lang.String
ADVICE_INFIX
"$"
private static final java.lang.String
NAME_INFIX
"_"
-
net.bytebuddy.build.HashCodeAndEqualsPlugin.Sorted Modifier and Type Constant Field Value public static final int
DEFAULT
0
-
net.bytebuddy.build.Plugin.Engine Modifier and Type Constant Field Value public static final java.lang.String
CLASS_FILE_EXTENSION
".class"
-
net.bytebuddy.build.Plugin.Engine.Listener.StreamWriting Modifier and Type Constant Field Value protected static final java.lang.String
PREFIX
"[Byte Buddy]"
-
net.bytebuddy.build.Plugin.Factory.UsingReflection.Priority Modifier and Type Constant Field Value public static final int
DEFAULT
0
-
net.bytebuddy.build.maven.ByteBuddyMojo Modifier and Type Constant Field Value private static final java.lang.String
JAVA_CLASS_EXTENSION
".class"
private static final java.lang.String
JAVA_FILE_EXTENSION
".java"
-
net.bytebuddy.description.ModifierReviewable Modifier and Type Constant Field Value public static final int
EMPTY_MASK
0
-
net.bytebuddy.description.NamedElement Modifier and Type Constant Field Value public static final java.lang.String
EMPTY_NAME
""
-
net.bytebuddy.description.annotation.AnnotationDescription.AnnotationInvocationHandler<T extends java.lang.annotation.Annotation> Modifier and Type Constant Field Value private static final java.lang.String
EQUALS
"equals"
private static final java.lang.String
HASH_CODE
"hashCode"
private static final java.lang.String
TO_STRING
"toString"
-
net.bytebuddy.description.annotation.AnnotationValue.ForTypeDescription<U extends java.lang.Class<U>> Modifier and Type Constant Field Value private static final boolean
NO_INITIALIZATION
false
-
net.bytebuddy.description.method.MethodDescription Modifier and Type Constant Field Value public static final java.lang.String
CONSTRUCTOR_INTERNAL_NAME
"<init>"
public static final java.lang.String
TYPE_INITIALIZER_INTERNAL_NAME
"<clinit>"
public static final int
TYPE_INITIALIZER_MODIFIER
8
-
net.bytebuddy.description.method.MethodDescription.AbstractBase Modifier and Type Constant Field Value private static final int
SOURCE_MODIFIERS
1343
-
net.bytebuddy.description.method.ParameterDescription Modifier and Type Constant Field Value public static final java.lang.String
NAME_PREFIX
"arg"
-
net.bytebuddy.description.modifier.ModifierContributor Modifier and Type Constant Field Value public static final int
EMPTY_MASK
0
-
net.bytebuddy.description.modifier.ModifierContributor.ForField Modifier and Type Constant Field Value public static final int
MASK
151775
-
net.bytebuddy.description.modifier.ModifierContributor.ForMethod Modifier and Type Constant Field Value public static final int
MASK
7679
-
net.bytebuddy.description.modifier.ModifierContributor.ForParameter Modifier and Type Constant Field Value public static final int
MASK
36880
-
net.bytebuddy.description.modifier.ModifierContributor.ForType Modifier and Type Constant Field Value public static final int
MASK
161311
-
net.bytebuddy.description.type.PackageDescription Modifier and Type Constant Field Value public static final java.lang.String
PACKAGE_CLASS_NAME
"package-info"
public static final int
PACKAGE_MODIFIERS
5632
-
net.bytebuddy.description.type.TypeDefinition Modifier and Type Constant Field Value public static final java.lang.String
RAW_TYPES_PROPERTY
"net.bytebuddy.raw"
-
net.bytebuddy.description.type.TypeDescription.ArrayProjection Modifier and Type Constant Field Value private static final int
ARRAY_EXCLUDED
8712
private static final int
ARRAY_IMPLIED
1040
-
net.bytebuddy.description.type.TypeDescription.ForLoadedType Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
net.bytebuddy.description.type.TypeDescription.Generic.OfWildcardType Modifier and Type Constant Field Value public static final java.lang.String
SYMBOL
"?"
-
net.bytebuddy.description.type.TypeDescription.Generic.Visitor.ForSignatureVisitor Modifier and Type Constant Field Value private static final int
ONLY_CHARACTER
0
-
net.bytebuddy.dynamic.ClassFileLocator Modifier and Type Constant Field Value public static final java.lang.String
CLASS_FILE_EXTENSION
".class"
-
net.bytebuddy.dynamic.ClassFileLocator.AgentBased Modifier and Type Constant Field Value private static final java.lang.String
INSTALLER_TYPE
"net.bytebuddy.agent.Installer"
private static final java.lang.String
INSTRUMENTATION_GETTER
"getInstrumentation"
-
net.bytebuddy.dynamic.ClassFileLocator.AgentBased.ClassLoadingDelegate.ForDelegatingClassLoader Modifier and Type Constant Field Value private static final java.lang.String
DELEGATING_CLASS_LOADER_NAME
"sun.reflect.DelegatingClassLoader"
private static final int
ONLY
0
-
net.bytebuddy.dynamic.ClassFileLocator.ForModuleFile Modifier and Type Constant Field Value private static final java.lang.String
JMOD_FILE_EXTENSION
".jmod"
-
net.bytebuddy.dynamic.DynamicType.Default Modifier and Type Constant Field Value private static final int
BUFFER_SIZE
1024
private static final java.lang.String
CLASS_FILE_EXTENSION
".class"
private static final int
END_OF_FILE
-1
private static final int
FROM_BEGINNING
0
private static final java.lang.String
MANIFEST_VERSION
"1.0"
private static final java.lang.String
TEMP_SUFFIX
"tmp"
-
net.bytebuddy.dynamic.Nexus Modifier and Type Constant Field Value public static final java.lang.String
PROPERTY
"net.bytebuddy.nexus.disabled"
-
net.bytebuddy.dynamic.loading.ByteArrayClassLoader Modifier and Type Constant Field Value private static final int
FROM_BEGINNING
0
public static final java.lang.String
URL_SCHEMA
"bytebuddy"
-
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.ChildFirst Modifier and Type Constant Field Value private static final java.lang.String
CLASS_FILE_SUFFIX
".class"
-
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler Modifier and Type Constant Field Value private static final java.lang.String
CLASS_FILE_SUFFIX
".class"
-
net.bytebuddy.dynamic.loading.ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction Modifier and Type Constant Field Value private static final java.lang.String
ENCODING
"UTF-8"
private static final java.lang.String
NO_FILE
""
private static final int
NO_PORT
-1
-
net.bytebuddy.dynamic.loading.ClassInjector Modifier and Type Constant Field Value public static final boolean
ALLOW_EXISTING_TYPES
false
-
net.bytebuddy.dynamic.loading.ClassInjector.UsingInstrumentation Modifier and Type Constant Field Value private static final java.lang.String
CLASS_FILE_EXTENSION
".class"
private static final java.lang.String
JAR
"jar"
-
net.bytebuddy.dynamic.loading.ClassInjector.UsingLookup Modifier and Type Constant Field Value private static final int
PACKAGE_LOOKUP
8
-
net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe Modifier and Type Constant Field Value public static final java.lang.String
SAFE_PROPERTY
"net.bytebuddy.safe"
-
net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default Modifier and Type Constant Field Value private static final boolean
DEFAULT_FORBID_EXISTING
true
-
net.bytebuddy.dynamic.loading.ClassLoadingStrategy.Default.WrappingDispatcher Modifier and Type Constant Field Value private static final boolean
CHILD_FIRST
true
private static final boolean
PARENT_FIRST
false
-
net.bytebuddy.dynamic.loading.ClassReloadingStrategy Modifier and Type Constant Field Value private static final java.lang.String
INSTALLER_TYPE
"net.bytebuddy.agent.Installer"
private static final java.lang.String
INSTRUMENTATION_GETTER
"getInstrumentation"
-
net.bytebuddy.dynamic.loading.ClassReloadingStrategy.Strategy Modifier and Type Constant Field Value private static final boolean
REDEFINE_CLASSES
true
-
net.bytebuddy.dynamic.loading.MultipleParentClassLoader.Builder Modifier and Type Constant Field Value private static final int
ONLY
0
-
net.bytebuddy.dynamic.loading.MultipleParentClassLoader.CompoundEnumeration Modifier and Type Constant Field Value private static final int
FIRST
0
-
net.bytebuddy.dynamic.loading.PackageDefinitionStrategy.ManifestReading.SealBaseLocator.ForTypeResourceUrl Modifier and Type Constant Field Value private static final java.lang.String
CLASS_FILE_EXTENSION
".class"
private static final int
EXCLUDE_INITIAL_SLASH
1
private static final java.lang.String
FILE_SYSTEM
"file"
private static final java.lang.String
JAR_FILE
"jar"
private static final java.lang.String
RUNTIME_IMAGE
"jrt"
-
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key.Store.Entry.Resolved<U> Modifier and Type Constant Field Value private static final int
MADE_VISIBLE
5
private static final boolean
NOT_MADE_VISIBLE
false
-
net.bytebuddy.dynamic.scaffold.TypeWriter<T> Modifier and Type Constant Field Value public static final java.lang.String
DUMP_PROPERTY
"net.bytebuddy.dump"
-
net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ValidatingClassVisitor Modifier and Type Constant Field Value private static final java.lang.String
NO_PARAMETERS
"()"
private static final java.lang.String
RETURNS_VOID
"V"
private static final java.lang.String
STRING_DESCRIPTOR
"Ljava/lang/String;"
-
net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer.Prefixing Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_PREFIX
"original"
-
net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer.Suffixing Modifier and Type Constant Field Value private static final java.lang.String
DEFAULT_SUFFIX
"original$"
-
net.bytebuddy.implementation.FieldAccessor.ForSetter.OfReferenceValue Modifier and Type Constant Field Value protected static final java.lang.String
PREFIX
"fixedFieldValue"
-
net.bytebuddy.implementation.FixedValue.ForValue Modifier and Type Constant Field Value private static final java.lang.String
PREFIX
"value"
-
net.bytebuddy.implementation.HashCodeMethod Modifier and Type Constant Field Value private static final int
DEFAULT_MULTIPLIER
31
private static final int
DEFAULT_OFFSET
17
-
net.bytebuddy.implementation.Implementation.Context.Default Modifier and Type Constant Field Value public static final java.lang.String
ACCESSOR_METHOD_SUFFIX
"accessor"
public static final java.lang.String
FIELD_CACHE_PREFIX
"cachedValue"
-
net.bytebuddy.implementation.InvocationHandlerAdapter Modifier and Type Constant Field Value private static final boolean
CACHED
true
private static final boolean
PRIVILEGED
true
private static final boolean
UNCACHED
false
private static final boolean
UNPRIVILEGED
false
-
net.bytebuddy.implementation.InvocationHandlerAdapter.ForInstance Modifier and Type Constant Field Value private static final java.lang.String
PREFIX
"invocationHandler"
-
net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstance Modifier and Type Constant Field Value private static final java.lang.String
FIELD_PREFIX
"invokeDynamic"
-
net.bytebuddy.implementation.LoadedTypeInitializer.Compound Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
net.bytebuddy.implementation.LoadedTypeInitializer.ForStaticField Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForInstance.Factory Modifier and Type Constant Field Value private static final java.lang.String
FIELD_PREFIX
"methodCall"
-
net.bytebuddy.implementation.MethodCall.TargetHandler.ForValue.Factory Modifier and Type Constant Field Value private static final java.lang.String
FIELD_PREFIX
"invocationTarget"
-
net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate Modifier and Type Constant Field Value public static final java.lang.String
FIELD_NAME_PREFIX
"delegate"
-
net.bytebuddy.implementation.attribute.AnnotationAppender.ForTypeAnnotations Modifier and Type Constant Field Value private static final char
COMPONENT_TYPE_PATH
91
private static final java.lang.String
EMPTY_TYPE_PATH
""
private static final char
INDEXED_TYPE_DELIMITER
59
private static final char
INNER_CLASS_PATH
46
private static final int
SUPER_CLASS_INDEX
-1
public static final boolean
VARIABLE_ON_INVOKEABLE
false
public static final boolean
VARIABLE_ON_TYPE
true
private static final char
WILDCARD_TYPE_PATH
42
-
net.bytebuddy.implementation.auxiliary.MethodCallProxy Modifier and Type Constant Field Value private static final java.lang.String
FIELD_NAME_PREFIX
"argument"
-
net.bytebuddy.implementation.auxiliary.PrivilegedMemberLookupAction Modifier and Type Constant Field Value private static final java.lang.String
TYPE_FIELD
"type"
-
net.bytebuddy.implementation.auxiliary.TypeProxy Modifier and Type Constant Field Value public static final java.lang.String
INSTANCE_FIELD
"target"
public static final java.lang.String
REFLECTION_METHOD
"make"
-
net.bytebuddy.implementation.auxiliary.TypeProxy.SilentConstruction.Appender Modifier and Type Constant Field Value public static final java.lang.String
GET_DECLARED_CONSTRUCTOR_METHOD_DESCRIPTOR
"([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;"
public static final java.lang.String
GET_DECLARED_CONSTRUCTOR_METHOD_NAME
"getDeclaredConstructor"
public static final java.lang.String
GET_REFLECTION_FACTORY_METHOD_DESCRIPTOR
"()Lsun/reflect/ReflectionFactory;"
public static final java.lang.String
GET_REFLECTION_FACTORY_METHOD_NAME
"getReflectionFactory"
public static final java.lang.String
JAVA_LANG_CLASS_INTERNAL_NAME
"java/lang/Class"
public static final java.lang.String
JAVA_LANG_CONSTRUCTOR_INTERNAL_NAME
"java/lang/reflect/Constructor"
public static final java.lang.String
JAVA_LANG_OBJECT_DESCRIPTOR
"Ljava/lang/Object;"
public static final java.lang.String
JAVA_LANG_OBJECT_INTERNAL_NAME
"java/lang/Object"
public static final java.lang.String
NEW_CONSTRUCTOR_FOR_SERIALIZATION_METHOD_DESCRIPTOR
"(Ljava/lang/Class;Ljava/lang/reflect/Constructor;)Ljava/lang/reflect/Constructor;"
public static final java.lang.String
NEW_CONSTRUCTOR_FOR_SERIALIZATION_METHOD_NAME
"newConstructorForSerialization"
public static final java.lang.String
NEW_INSTANCE_METHOD_DESCRIPTOR
"([Ljava/lang/Object;)Ljava/lang/Object;"
public static final java.lang.String
NEW_INSTANCE_METHOD_NAME
"newInstance"
public static final java.lang.String
REFLECTION_FACTORY_INTERNAL_NAME
"sun/reflect/ReflectionFactory"
-
net.bytebuddy.implementation.bind.MethodDelegationBinder.BindingResolver.Default Modifier and Type Constant Field Value private static final int
LEFT
0
private static final int
ONLY
0
private static final int
RIGHT
1
-
net.bytebuddy.implementation.bind.MethodDelegationBinder.BindingResolver.Unique Modifier and Type Constant Field Value private static final int
ONLY
0
-
net.bytebuddy.implementation.bind.annotation.BindingPriority Modifier and Type Constant Field Value public static final int
DEFAULT
1
-
net.bytebuddy.implementation.bind.annotation.FieldProxy.Binder.AccessorProxy Modifier and Type Constant Field Value protected static final java.lang.String
FIELD_NAME
"instance"
-
net.bytebuddy.implementation.bind.annotation.Morph.Binder.RedirectionProxy Modifier and Type Constant Field Value protected static final java.lang.String
FIELD_NAME
"target"
-
net.bytebuddy.implementation.bind.annotation.Pipe.Binder.Redirection Modifier and Type Constant Field Value private static final java.lang.String
FIELD_NAME_PREFIX
"argument"
-
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.DelegationProcessor.Handler.Unbound.DefaultArgument Modifier and Type Constant Field Value private static final java.lang.String
BINDING_MECHANIC
"bindingMechanic"
private static final java.lang.String
VALUE
"value"
-
net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFieldBinding<S extends java.lang.annotation.Annotation> Modifier and Type Constant Field Value protected static final java.lang.String
BEAN_PROPERTY
""
-
net.bytebuddy.implementation.bytecode.constant.ClassConstant Modifier and Type Constant Field Value private static final java.lang.String
CLASS_TYPE_INTERNAL_NAME
"Ljava/lang/Class;"
private static final java.lang.String
PRIMITIVE_TYPE_FIELD
"TYPE"
-
net.bytebuddy.implementation.bytecode.constant.SerializedConstant Modifier and Type Constant Field Value private static final java.lang.String
CHARSET
"ISO-8859-1"
-
net.bytebuddy.implementation.bytecode.member.HandleInvocation Modifier and Type Constant Field Value private static final java.lang.String
INVOKE_EXACT
"invokeExact"
private static final java.lang.String
METHOD_HANDLE_NAME
"java/lang/invoke/MethodHandle"
-
net.bytebuddy.implementation.bytecode.member.MethodInvocation.HandleInvocation Modifier and Type Constant Field Value private static final java.lang.String
METHOD_HANDLE
"java/lang/invoke/MethodHandle"
-
net.bytebuddy.matcher.FilterableList.AbstractBase<T,S extends FilterableList<T,S>> Modifier and Type Constant Field Value private static final int
ONLY
0
-
net.bytebuddy.pool.TypePool.AbstractBase Modifier and Type Constant Field Value private static final java.lang.String
ARRAY_SYMBOL
"["
-
net.bytebuddy.pool.TypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClass Modifier and Type Constant Field Value private static final char
INNER_CLASS_SEPARATOR
36
-
net.bytebuddy.pool.TypePool.Default.GenericTypeRegistrant.RejectingSignatureVisitor Modifier and Type Constant Field Value private static final java.lang.String
MESSAGE
"Unexpected token in generic signature"
-
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription Modifier and Type Constant Field Value private static final int
SUPER_CLASS_INDEX
-1
-
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.GenericTypeToken Modifier and Type Constant Field Value public static final char
COMPONENT_TYPE_PATH
91
public static final java.lang.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
-
net.bytebuddy.pool.TypePool.Default.TypeExtractor Modifier and Type Constant Field Value private static final int
REAL_MODIFIER_MASK
65535
-
net.bytebuddy.utility.JavaConstant.Dynamic Modifier and Type Constant Field Value private static final java.lang.String
CONSTANT_BOOTSTRAPS
"java/lang/invoke/ConstantBootstraps"
-
net.bytebuddy.utility.OpenedClassReader Modifier and Type Constant Field Value public static final java.lang.String
EXPERIMENTAL_PROPERTY
"net.bytebuddy.experimental"
-
net.bytebuddy.utility.RandomString Modifier and Type Constant Field Value public static final int
DEFAULT_LENGTH
8
-
net.bytebuddy.utility.StreamDrainer Modifier and Type Constant Field Value public static final int
DEFAULT_BUFFER_SIZE
1024
private static final int
END_OF_STREAM
-1
private static final int
FROM_BEGINNING
0