| Package | Description |
|---|---|
| xapi.dev.source | |
| xapi.model.api | |
| xapi.model.impl | |
| xapi.model.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassBuffer |
class |
DomBuffer |
class |
FieldBuffer
A field buffer is used to add a field to a generated class.
|
class |
MemberBuffer<Self extends MemberBuffer<Self>> |
class |
MethodBuffer |
class |
PrintBuffer |
class |
XmlBuffer |
| Modifier and Type | Method and Description |
|---|---|
CharBuffer |
CharBuffer.append(Object obj) |
CharBuffer |
CharBuffer.append(String str) |
CharBuffer |
CharBuffer.clear() |
protected CharBuffer |
CharBuffer.newChild() |
protected CharBuffer |
CharBuffer.newChild(StringBuilder from) |
CharBuffer |
CharBuffer.printAfter(String suffix)
Append the given string, and return a printbuffer to append to this point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassBuffer.addToBeginning(CharBuffer buffer) |
void |
CharBuffer.addToBeginning(CharBuffer buffer) |
void |
ClassBuffer.addToEnd(CharBuffer buffer) |
void |
CharBuffer.addToEnd(CharBuffer buffer) |
| Constructor and Description |
|---|
CharBuffer(CharBuffer preamble) |
| Modifier and Type | Method and Description |
|---|---|
CharBuffer |
ModelSerializationContext.getBuffer() |
CharBuffer |
ModelSerializer.modelToString(M model,
ModelSerializationContext ctx) |
static CharBuffer |
ModelManifest.serialize(CharBuffer out,
ModelManifest manifest,
PrimitiveSerializer primitives) |
static CharBuffer |
ModelModule.serialize(CharBuffer into,
ModelModule module,
PrimitiveSerializer primitives) |
| Modifier and Type | Method and Description |
|---|---|
static CharBuffer |
ModelManifest.serialize(CharBuffer out,
ModelManifest manifest,
PrimitiveSerializer primitives) |
static CharBuffer |
ModelModule.serialize(CharBuffer into,
ModelModule module,
PrimitiveSerializer primitives) |
void |
ModelSerializationContext.setBuffer(CharBuffer buffer) |
| Constructor and Description |
|---|
ModelSerializationContext(CharBuffer buffer,
ModelService service,
ModelManifest manifest) |
| Modifier and Type | Method and Description |
|---|---|
CharBuffer |
ModelSerializerDefault.modelToString(M model,
ModelSerializationContext ctx) |
<M extends Model> |
AbstractModelService.serialize(Class<M> cls,
M model) |
<M extends Model> |
AbstractModelService.serialize(ModelManifest manifest,
M model) |
protected <M extends Model> |
AbstractModelService.serialize(String type,
M model) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelSerializerDefault.write(M model,
CharBuffer out,
ModelSerializationContext ctx) |
protected void |
ModelSerializerDefault.writeArray(CharBuffer out,
Class<?> propertyType,
Object array,
PrimitiveSerializer primitives,
ModelSerializationContext ctx) |
protected void |
ModelSerializerDefault.writeModel(CharBuffer out,
Class<?> propertyType,
Model childModel,
PrimitiveSerializer primitives,
ModelSerializationContext ctx) |
protected void |
ModelSerializerDefault.writeString(CharBuffer out,
String string,
PrimitiveSerializer primitives) |
| Constructor and Description |
|---|
ClusteringPrimitiveSerializer(PrimitiveSerializer primitives,
CharBuffer out) |
| Modifier and Type | Method and Description |
|---|---|
<M extends Model> |
ModelService.serialize(Class<M> cls,
M model) |
<M extends Model> |
ModelService.serialize(ModelManifest manifest,
M model) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.