Uses of Class
net.bytebuddy.description.type.TypeDescription.Generic.Builder.Visitor
-
Packages that use TypeDescription.Generic.Builder.Visitor Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.Builder.Visitor in net.bytebuddy.description.type
Methods in net.bytebuddy.description.type that return TypeDescription.Generic.Builder.Visitor Modifier and Type Method Description static TypeDescription.Generic.Builder.Visitor
TypeDescription.Generic.Builder.Visitor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeDescription.Generic.Builder.Visitor[]
TypeDescription.Generic.Builder.Visitor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-