Uses of Class
net.bytebuddy.dynamic.scaffold.MethodGraph.Compiler.Default.Key.Store
-
Packages that use MethodGraph.Compiler.Default.Key.Store Package Description net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class. -
-
Uses of MethodGraph.Compiler.Default.Key.Store in net.bytebuddy.dynamic.scaffold
Methods in net.bytebuddy.dynamic.scaffold that return MethodGraph.Compiler.Default.Key.Store Modifier and Type Method Description protected MethodGraph.Compiler.Default.Key.Store<T>
MethodGraph.Compiler.Default. analyze(TypeDefinition typeDefinition, TypeDefinition key, java.util.Map<TypeDefinition,MethodGraph.Compiler.Default.Key.Store<T>> snapshots, ElementMatcher<? super MethodDescription> relevanceMatcher)
Analyzes the given type description without checking if the end of the type hierarchy was reached.protected MethodGraph.Compiler.Default.Key.Store<T>
MethodGraph.Compiler.Default. analyzeNullable(TypeDescription.Generic typeDescription, java.util.Map<TypeDefinition,MethodGraph.Compiler.Default.Key.Store<T>> snapshots, ElementMatcher<? super MethodDescription> relevanceMatcher)
Analyzes the given type description.protected MethodGraph.Compiler.Default.Key.Store<V>
MethodGraph.Compiler.Default.Key.Store. combineWith(MethodGraph.Compiler.Default.Key.Store<V> store)
Combines this store with the given store.protected MethodGraph.Compiler.Default.Key.Store<T>
MethodGraph.Compiler.Default. doAnalyze(TypeDefinition typeDefinition, java.util.Map<TypeDefinition,MethodGraph.Compiler.Default.Key.Store<T>> snapshots, ElementMatcher<? super MethodDescription> relevanceMatcher)
Analyzes the given type description without checking if it is already presented in the key store.protected MethodGraph.Compiler.Default.Key.Store<V>
MethodGraph.Compiler.Default.Key.Store. inject(MethodGraph.Compiler.Default.Key.Store<V> store)
Injects the given store into this store.protected MethodGraph.Compiler.Default.Key.Store<V>
MethodGraph.Compiler.Default.Key.Store. registerTopLevel(java.util.List<? extends MethodDescription> methodDescriptions, MethodGraph.Compiler.Default.Harmonizer<V> harmonizer)
Registers a new top level method within this store.Methods in net.bytebuddy.dynamic.scaffold with parameters of type MethodGraph.Compiler.Default.Key.Store Modifier and Type Method Description protected MethodGraph.Compiler.Default.Key.Store<V>
MethodGraph.Compiler.Default.Key.Store. combineWith(MethodGraph.Compiler.Default.Key.Store<V> store)
Combines this store with the given store.protected MethodGraph.Compiler.Default.Key.Store<V>
MethodGraph.Compiler.Default.Key.Store. inject(MethodGraph.Compiler.Default.Key.Store<V> store)
Injects the given store into this store.Method parameters in net.bytebuddy.dynamic.scaffold with type arguments of type MethodGraph.Compiler.Default.Key.Store Modifier and Type Method Description protected MethodGraph.Compiler.Default.Key.Store<T>
MethodGraph.Compiler.Default. analyze(TypeDefinition typeDefinition, TypeDefinition key, java.util.Map<TypeDefinition,MethodGraph.Compiler.Default.Key.Store<T>> snapshots, ElementMatcher<? super MethodDescription> relevanceMatcher)
Analyzes the given type description without checking if the end of the type hierarchy was reached.protected MethodGraph.Compiler.Default.Key.Store<T>
MethodGraph.Compiler.Default. analyzeNullable(TypeDescription.Generic typeDescription, java.util.Map<TypeDefinition,MethodGraph.Compiler.Default.Key.Store<T>> snapshots, ElementMatcher<? super MethodDescription> relevanceMatcher)
Analyzes the given type description.protected MethodGraph.Compiler.Default.Key.Store<T>
MethodGraph.Compiler.Default. doAnalyze(TypeDefinition typeDefinition, java.util.Map<TypeDefinition,MethodGraph.Compiler.Default.Key.Store<T>> snapshots, ElementMatcher<? super MethodDescription> relevanceMatcher)
Analyzes the given type description without checking if it is already presented in the key store.
-