|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.remoting.protocol.encoding.internal.FieldOrderCache
public class FieldOrderCache
Caches a sorted version of the fields for a specified NakedObjectSpecification. This is used to counteract any differences in field ordering that the specification might have across different tiers
TODO: shouldn't this responsibility simply move onto NakedObjectSpecification ?
| Constructor Summary | |
|---|---|
FieldOrderCache()
|
|
| Method Summary | |
|---|---|
NakedObjectAssociation[] |
getFields(NakedObjectSpecification specification)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldOrderCache()
| Method Detail |
|---|
public NakedObjectAssociation[] getFields(NakedObjectSpecification specification)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||