- getAnnotationForClass(TypeMirror, Class<A>, Types) - Static method in class org.leandreck.endpoints.processor.model.typefactories.TypeNodeUtils
-
- getApiModuleTemplate() - Method in class org.leandreck.endpoints.processor.config.TemplateConfiguration
-
- getAsFunctionParameter() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Returns the parameterName if set or the fieldName and appends an '?'
- getAsVariableName() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Returns the parameterName if set or the fieldName and does not append an '?'
- getChildren() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
- getDeleteMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getElement() - Method in exception org.leandreck.endpoints.processor.model.typefactories.MissingConfigurationTemplateException
-
- getElementsWithConfiguration() - Method in exception org.leandreck.endpoints.processor.config.MultipleConfigurationsFoundException
-
- getEndpoints() - Method in class org.leandreck.endpoints.processor.printer.TypesPackage
-
- getEndpointTemplate() - Method in class org.leandreck.endpoints.processor.config.TemplateConfiguration
-
- getEnumTemplate() - Method in class org.leandreck.endpoints.processor.config.TemplateConfiguration
-
- getEnumValues() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
- getFieldName() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Declared name of this Type as Methodparameter or Variable.
- getFunctionParameterTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getGetMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getGlobalPrintConfiguration() - Method in class org.leandreck.endpoints.processor.config.TemplateConfiguration
-
- getHeadMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getHttpMethods() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getImports() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
- getIndexTemplate() - Method in class org.leandreck.endpoints.processor.config.TemplateConfiguration
-
- getInterfaceTemplate() - Method in class org.leandreck.endpoints.processor.config.TemplateConfiguration
-
- getKind() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
- getMapping(String) - Static method in enum org.leandreck.endpoints.processor.model.typefactories.TypeNodeKind
-
- getMethodParameterTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getName() - Method in class org.leandreck.endpoints.processor.model.EnumValue
-
- getName() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getOptionalMethodParameterTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getOptionsMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getParameterName() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Declared name or value in RequestParam or
PathVariable Annotation of this Type.
- getPatchMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getPathVariableTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getPostMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getPrintConfiguration() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
Template Engine Configuration of this
EndpointNode for customizing the generated output.
- getPutMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getQueryParameterTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getRequestBodyType() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getRequiredMethodParameterTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getReturnType() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getServiceName() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getServiceURL() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getSuffixDelete() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-DELETE Methods.
- getSuffixGet() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-GET Methods.
- getSuffixHead() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-HEAD Methods.
- getSuffixOptions() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-OPTIONS Methods.
- getSuffixPatch() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-PATCH Methods.
- getSuffixPost() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-POST Methods.
- getSuffixPut() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-PUT Methods.
- getSuffixTrace() - Method in class org.leandreck.endpoints.processor.model.PrintConfiguration
-
Suffix for HTTP-TRACE Methods.
- getSupportedAnnotationTypes() - Method in class org.leandreck.endpoints.processor.TypeScriptEndpointProcessor
-
- getTemplate() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getTemplate() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Classpath to the Freemarker Template which is used to generate this TypeNode.
- getTraceMethods() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getType() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Returns the template-usable String representing this
TypeNode with added decorations like '[]' as suffix for collections or
bound Generics.
- getTypeName() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
This is the raw name of this TypeNode without any decorations for collections or maps or bound Generics.
- getTypeNameVariable() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
- getTypeNodeFactory() - Method in enum org.leandreck.endpoints.processor.model.typefactories.TypeNodeKind
-
- getTypeParameters() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
Typeparameters are bound Generics as in GenericType<BoundType>.
- getTypes() - Method in class org.leandreck.endpoints.processor.model.EndpointNode
-
- getTypes() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getTypes() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-
- getTypes() - Method in class org.leandreck.endpoints.processor.printer.TypesPackage
-
- getUrl() - Method in class org.leandreck.endpoints.processor.model.MethodNode
-
- getVariableType() - Method in class org.leandreck.endpoints.processor.model.TypeNode
-