| Package | Description |
|---|---|
| io.milton.http.annotated |
| Modifier and Type | Method and Description |
|---|---|
ControllerMethod |
AbstractAnnotationHandler.getMethodForType(AnnoCollectionResource parent,
String type)
Locate a ControllerMethod which can create an object of the given type
(may be null) in the given parent
|
ControllerMethod |
AbstractAnnotationHandler.getMethodForType(AnnoCollectionResource parent,
String type)
Locate a ControllerMethod which can create an object of the given type
(may be null) in the given parent
|
ControllerMethod |
PostAnnotationHandler.getPostMethod(AnnoResource resource,
Request request,
Map<String,String> params) |
ControllerMethod |
PostAnnotationHandler.getPostMethod(AnnoResource resource,
Request request,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
List<ControllerMethod> |
AbstractAnnotationHandler.getControllerMethods() |
List<ControllerMethod> |
AnnotationHandler.getControllerMethods()
List the methods found when parsing annotations on the controller
|
List<ControllerMethod> |
RootAnnotationHandler.getControllerMethods() |
List<ControllerMethod> |
RootAnnotationHandler.getControllerMethods() |
List<ControllerMethod> |
AnnotationHandler.getControllerMethods()
List the methods found when parsing annotations on the controller
|
List<ControllerMethod> |
AbstractAnnotationHandler.getControllerMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationResourceFactory.createAndAppend(Collection<AnnoResource> result,
Object sources,
AnnoCollectionResource parent,
ControllerMethod cm)
Process the source object (which may be a Collection of source objects),
and for each one instantiate an AnnoResource and append it to the result
set
|
void |
AnnotationResourceFactory.createAndAppend(Collection<AnnoResource> result,
Object sources,
AnnoCollectionResource parent,
ControllerMethod cm)
Process the source object (which may be a Collection of source objects),
and for each one instantiate an AnnoResource and append it to the result
set
|
protected Object |
AbstractAnnotationHandler.invoke(ControllerMethod cm,
AnnoResource sourceRes,
Object... values) |
protected Object |
AbstractAnnotationHandler.invoke(ControllerMethod cm,
AnnoResource sourceRes,
Object... values) |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.