JBoss Reflection 2.2.1.SP1

Uses of Interface
org.jboss.reflect.plugins.bytecode.bytes.FieldBytes

Packages that use FieldBytes
org.jboss.reflect.plugins.bytecode   
org.jboss.reflect.plugins.bytecode.bytes   
 

Uses of FieldBytes in org.jboss.reflect.plugins.bytecode
 

Methods in org.jboss.reflect.plugins.bytecode with parameters of type FieldBytes
protected  FieldInfo BytecodeTypeInfo.generateFieldInfo(FieldBytes field)
          Generate field info
static String SignatureKey.getFieldType(FieldBytes field)
           
 

Constructors in org.jboss.reflect.plugins.bytecode with parameters of type FieldBytes
BytecodeFieldInfo(AnnotationHelper annotationHelper, BytecodeTypeInfo typeInfo, FieldBytes fieldBytes)
          Create a new JavassistFieldInfo.
 

Uses of FieldBytes in org.jboss.reflect.plugins.bytecode.bytes
 

Methods in org.jboss.reflect.plugins.bytecode.bytes that return FieldBytes
 FieldBytes[] ClassBytes.getDeclaredFieldBytes()
          Get the fields declared in this class
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.