Uses of Enum Class
net.bytebuddy.TypeCache.Sort
Packages that use TypeCache.Sort
Package
Description
Byte Buddy is a library for creating Java classes at runtime of a Java program.
-
Uses of TypeCache.Sort in net.bytebuddy
Fields in net.bytebuddy declared as TypeCache.SortModifier and TypeFieldDescriptionprotected final TypeCache.Sort
TypeCache.sort
The reference type to use for stored types.Methods in net.bytebuddy that return TypeCache.SortModifier and TypeMethodDescriptionstatic TypeCache.Sort
Returns the enum constant of this class with the specified name.static TypeCache.Sort[]
TypeCache.Sort.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bytebuddy with parameters of type TypeCache.SortModifierConstructorDescriptionTypeCache
(TypeCache.Sort sort) Creates a new type cache.Creates a new type cache with inlined expunction.