| Modifier and Type | Method and Description |
|---|---|
Schema |
SchemaFactory.getSchema(Class<?> clz) |
Schema |
SchemaFactory.getSchema(String type) |
Schema |
SchemaFactory.parseSchema(String name) |
Schema |
SchemaFactory.registerSchema(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
SchemaFactory.listSchemas() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SubSchemaFactory.getSchema(Class<?> clz) |
Schema |
SchemaFactoryImpl.getSchema(Class<?> clz) |
Schema |
SubSchemaFactory.getSchema(String type) |
Schema |
SchemaFactoryImpl.getSchema(String type) |
Schema |
SubSchemaFactory.parseSchema(String name) |
Schema |
SchemaFactoryImpl.parseSchema(String name) |
Schema |
SubSchemaFactory.registerSchema(Object obj) |
Schema |
SchemaFactoryImpl.registerSchema(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
SubSchemaFactory.listSchemas() |
List<Schema> |
SchemaFactoryImpl.listSchemas() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSchemaFactory.getNames(Schema schema,
List<String> result) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
JacksonMapper.SchemaCollectionMixin.getData() |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
SchemaCollection.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCollection.setData(List<Schema> data) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaImpl |
| Constructor and Description |
|---|
WrappedResource(IdFormatter idFormatter,
Schema schema,
Object obj) |
WrappedResource(IdFormatter idFormatter,
Schema schema,
Object obj,
Map<String,Object> additionalFields) |
WrappedResource(IdFormatter idFormatter,
Schema schema,
Object obj,
Map<String,Object> additionalFields,
Set<String> priorityFieldNames) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseCollectionAttributes.parseFilters(Schema schema,
Map<String,Object> params,
ApiRequest request) |
protected void |
ParseCollectionAttributes.parseIncludes(Schema schema,
Map<String,Object> params,
ApiRequest request) |
protected void |
ParseCollectionAttributes.parsePagination(Schema schema,
Map<String,Object> params,
ApiRequest request) |
protected void |
ParseCollectionAttributes.parseSort(Schema schema,
Map<String,Object> params,
ApiRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected Schema |
AbstractBaseResourceManager.getSchemaForDisplay(SchemaFactory schemaFactory,
Object obj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBaseResourceManager.addActions(Object obj,
SchemaFactory schemaFactory,
Schema schema,
Resource resource) |
protected void |
AbstractBaseResourceManager.addLinks(Object obj,
SchemaFactory schemaFactory,
Schema schema,
Resource resource) |
protected Resource |
AbstractBaseResourceManager.constructResource(IdFormatter idFormatter,
SchemaFactory schemaFactory,
Schema schema,
Object obj,
ApiRequest apiRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValidationHandler.validateOperationField(Schema schema,
ApiRequest request,
boolean create,
ValidationHandler.ValidationContext context) |
protected Object |
ValidationHandler.validateRawOperationField(Schema schema,
String type,
Map<String,Object> input,
boolean create,
ValidationHandler.ValidationContext context) |
Copyright © 2015. All rights reserved.