Uses of Enum
net.bytebuddy.implementation.auxiliary.TrivialType
Packages that use TrivialType
Package
Description
Auxiliary types describe helper types that aid as a supplementary to a given
InstrumentedType.-
Uses of TrivialType in net.bytebuddy.implementation.auxiliary
Subclasses with type arguments of type TrivialType in net.bytebuddy.implementation.auxiliaryModifier and TypeClassDescriptionenumA trivial type that extendsObjectwithout defining any fields, methods or constructors.Methods in net.bytebuddy.implementation.auxiliary that return TrivialTypeModifier and TypeMethodDescriptionstatic TrivialTypeReturns the enum constant of this type with the specified name.static TrivialType[]TrivialType.values()Returns an array containing the constants of this enum type, in the order they are declared.