Uses of Class
net.bytebuddy.implementation.ToStringMethod
-
Packages that use ToStringMethod Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of ToStringMethod in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return ToStringMethod Modifier and Type Method Description static ToStringMethodToStringMethod. prefixedBy(String prefix)Creates aObject.toString()implementation that is prefixed by the supplied string.static ToStringMethodToStringMethod. prefixedBy(ToStringMethod.PrefixResolver prefixResolver)Creates aObject.toString()implementation that is prefixed by the string that is supplied by the given prefix resolver.static ToStringMethodToStringMethod. prefixedByCanonicalClassName()Creates aObject.toString()implementation that is prefixed by the canonical class name of the instrumented type.static ToStringMethodToStringMethod. prefixedByFullyQualifiedClassName()Creates aObject.toString()implementation that is prefixed by the fully qualified class name of the instrumented type.static ToStringMethodToStringMethod. prefixedBySimpleClassName()Creates aObject.toString()implementation that is prefixed by the simple class name of the instrumented type.ToStringMethodToStringMethod. withIgnoredFields(ElementMatcher<? super FieldDescription.InDefinedShape> ignored)Returns a new version of this toString method implementation that ignores the specified fields additionally to any previously specified fields.
-