Uses of Enum Class
org.springframework.boot.zipkin.autoconfigure.ZipkinProperties.Encoding
Packages that use ZipkinProperties.Encoding
-
Uses of ZipkinProperties.Encoding in org.springframework.boot.zipkin.autoconfigure
Subclasses with type arguments of type ZipkinProperties.Encoding in org.springframework.boot.zipkin.autoconfigureMethods in org.springframework.boot.zipkin.autoconfigure that return ZipkinProperties.EncodingModifier and TypeMethodDescriptionZipkinProperties.getEncoding()
static ZipkinProperties.Encoding
Returns the enum constant of this class with the specified name.static ZipkinProperties.Encoding[]
ZipkinProperties.Encoding.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.zipkin.autoconfigure with parameters of type ZipkinProperties.EncodingModifier and TypeMethodDescriptionvoid
ZipkinProperties.setEncoding
(ZipkinProperties.Encoding encoding)