| Package | Description |
|---|---|
| com.mulesoft.jaxrs.raml.jaxb | |
| com.mulesoft.jaxrs.raml.jsonschema | |
| org.raml.schema.model | |
| org.raml.schema.model.impl | |
| org.raml.schema.model.serializer |
| Modifier and Type | Method and Description |
|---|---|
ISchemaProperty |
ISchemaModelBuilderExtension.processProperty(JAXBProperty jaxbProp,
ISchemaProperty prop)
The method allows to adjust property right after it and its type have been created by the
SchemaModelBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISerializationNode |
XMLModelSerializer.createNode(ISchemaType type,
ISchemaProperty prop,
ISerializationNode parent) |
ISchemaProperty |
ISchemaModelBuilderExtension.processProperty(JAXBProperty jaxbProp,
ISchemaProperty prop)
The method allows to adjust property right after it and its type have been created by the
SchemaModelBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISerializationNode |
JsonSchemaModelSerializer.createNode(ISchemaType type,
ISchemaProperty prop,
ISerializationNode parent) |
protected ISerializationNode |
JsonModelSerializer.createNode(ISchemaType type,
ISchemaProperty prop,
ISerializationNode parent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMapSchemaProperty |
| Modifier and Type | Method and Description |
|---|---|
List<ISchemaProperty> |
SimpleType.getProperties() |
List<ISchemaProperty> |
ISchemaType.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleType.addProperty(ISchemaProperty property) |
void |
ISchemaType.addProperty(ISchemaProperty property) |
static Object |
DefaultValueFactory.getDefaultValue(ISchemaProperty prop) |
String |
SimpleType.getQualifiedPropertyName(ISchemaProperty prop) |
String |
ISchemaType.getQualifiedPropertyName(ISchemaProperty prop) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapPropertyImpl |
class |
PropertyModelImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ISchemaProperty> |
TypeModelImpl.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeModelImpl.addProperty(ISchemaProperty property) |
String |
TypeModelImpl.getQualifiedPropertyName(ISchemaProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ISerializationNode |
StructuredModelSerializer.createNode(ISchemaType type,
ISchemaProperty prop,
ISerializationNode parent) |
void |
ISerializationNode.processProperty(ISchemaType type,
ISchemaProperty prop,
ISerializationNode childNode,
Set<String> processedTypes) |
Copyright © 2015 Mulesoft. All rights reserved.