| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceDescriptor
Handle interface for shared resources.
| Method Summary | |
|---|---|
|  java.lang.String | getClassName()The class name of the resource | 
|  SerializationHandler | getEncoder()Callback to serialize the resource. | 
|  java.lang.String | getId()The id of the resource | 
|  java.lang.Object | getResource()The resource itself | 
| Method Detail | 
|---|
java.lang.String getClassName()
java.lang.String getId()
SerializationHandler getEncoder()
If null, the resource is serialized with GraphMLWriteContext.serialize(y.io.graphml.output.GraphMLWriteContext, Object, Class).
 
null to indicate that the context should be used
 for serialization.java.lang.Object getResource()
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||