public interface FieldAttributeAppender
FieldVisitor.| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldAttributeAppender.Compound
A field attribute appender that combines several method attribute appenders to be represented as a single
field attribute appender.
|
static interface |
FieldAttributeAppender.Factory
A factory that creates field attribute appenders for a given type.
|
static class |
FieldAttributeAppender.ForAnnotation
Appends an annotation to a field.
|
static class |
FieldAttributeAppender.ForLoadedField
Writes all annotations that are found on a field that belongs to a loaded type of the JVM as visible
annotations.
|
static class |
FieldAttributeAppender.NoOp
A field attribute appender that does not append any attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.objectweb.asm.FieldVisitor fieldVisitor,
FieldDescription fieldDescription)
Applies this attribute appender to a given field visitor.
|
void apply(org.objectweb.asm.FieldVisitor fieldVisitor,
FieldDescription fieldDescription)
fieldVisitor - The field visitor to which the attributes that are represented by this attribute appender
are written to.fieldDescription - The description of the field to which the field visitor belongs to.Copyright © 2014–2015. All rights reserved.