Class Reference.Field
- java.lang.Object
-
- io.opentelemetry.javaagent.tooling.muzzle.Reference.Field
-
-
Constructor Summary
Constructors Constructor Description Field(Reference.Source[] sources, Reference.Flag[] flags, String name, net.bytebuddy.jar.asm.Type fieldType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<Reference.Flag>getFlags()StringgetName()Set<Reference.Source>getSources()net.bytebuddy.jar.asm.TypegetType()inthashCode()Reference.Fieldmerge(Reference.Field anotherField)StringtoString()
-
-
-
Constructor Detail
-
Field
public Field(Reference.Source[] sources, Reference.Flag[] flags, String name, net.bytebuddy.jar.asm.Type fieldType)
-
-
Method Detail
-
getName
public String getName()
-
getSources
public Set<Reference.Source> getSources()
-
getFlags
public Set<Reference.Flag> getFlags()
-
getType
public net.bytebuddy.jar.asm.Type getType()
-
merge
public Reference.Field merge(Reference.Field anotherField)
-
-