Uses of Class
net.bytebuddy.TypeCache.Sort
-
Packages that use TypeCache.Sort Package Description net.bytebuddy 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.Sort Modifier and Type Field Description protected TypeCache.Sort
TypeCache. sort
The reference type to use for stored types.Methods in net.bytebuddy that return TypeCache.Sort Modifier and Type Method Description static TypeCache.Sort
TypeCache.Sort. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeCache.Sort[]
TypeCache.Sort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy with parameters of type TypeCache.Sort Constructor Description TypeCache(TypeCache.Sort sort)
Creates a new type cache.WithInlineExpunction(TypeCache.Sort sort)
Creates a new type cache with inlined expunction.
-