|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.xml.Optimizations
public class Optimizations
Cached object that holds all of the structures needed to optimize translations to and from XML for a single subclass of ElementState. A rootOptimizationsMap keeps track of these, using the XML tag as the key.
This structure itself, as well as the structure within it, are created just in time, by lazy evaluation.
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.util.ArrayList<java.lang.reflect.Field> |
elementFields()
Get the fields that are represented as nested elements (including leaf nodes) for the class we're optimizing. |
java.util.ArrayList<java.lang.reflect.Field> |
getFields()
Build and return an ArrayList with Field objects for all the annotated fields in this class. |
java.lang.String |
toString()
|
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.util.ArrayList<java.lang.reflect.Field> getFields()
public java.util.ArrayList<java.lang.reflect.Field> elementFields()
public java.lang.String toString()
toString in class Debug
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||