- java.lang.Object
- 
- aeonics.template.Template<Endpoint.Type>
- 
- aeonics.http.Endpoint.Template
 
 
- 
- All Implemented Interfaces:
- Documented,- Exportable
 - Enclosing class:
- Endpoint
 
 public static class Endpoint.Template extends Template<Endpoint.Type> Superclass template for endpoints
- 
- 
Constructor SummaryConstructors Constructor Description Template(java.lang.Class<? extends Endpoint.Type> target, java.lang.Class<? extends Endpoint> type)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Dataexport()Renders this class instance to a simple data structure for rendering client-side.java.lang.Stringreturns()Returns the documentation of the endpoint return valueEndpoint.Templatereturns(java.lang.String value)Sets the documentation of the endpoint return value- 
Methods inherited from class aeonics.template.Templateadd, add, cast, category, category, category, config, config, config, config, config, create, create, creator, description, description, enforceParameterValidation, enforceParameterValidation, name, onCreate, onUpdate, removeParameter, removeRelationship, summary, summary, target, target, type, type, update
 
- 
 
- 
- 
- 
Constructor Detail- 
Templatepublic Template(java.lang.Class<? extends Endpoint.Type> target, java.lang.Class<? extends Endpoint> type) 
 
- 
 - 
Method Detail- 
returnspublic java.lang.String returns() Returns the documentation of the endpoint return value- Returns:
- the documentation of the endpoint return value
 
 - 
returnspublic Endpoint.Template returns(java.lang.String value) Sets the documentation of the endpoint return value- Parameters:
- value- the documentation of the endpoint return value
- Returns:
- this
 
 - 
exportpublic Data export() Description copied from interface:ExportableRenders this class instance to a simple data structure for rendering client-side.- Specified by:
- exportin interface- Documented
- Specified by:
- exportin interface- Exportable
- Overrides:
- exportin class- Template<Endpoint.Type>
- Returns:
- a public data representation of this class instance
 
 
- 
 
-