at

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package at provides annotations for struct

Package at provides annotations for web RestController

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AutoConfiguration added in v0.9.7

type AutoConfiguration interface{}

AutoConfiguration is the annotation of auto configuration

type Component added in v0.11.0

type Component interface{}

Component is the annotation that the dependency is injected in app init.

type ConfigurationProperties added in v0.9.8

type ConfigurationProperties interface{}

ConfigurationProperties is the annotation that annotate configuration properties

type ContextAware added in v0.11.0

type ContextAware interface{}

ContextAware is the annotation that it is the ability of a component to be injected when method of Rest Controller is requested.

type Example struct {
  at.ContextAware
  ...
}

type ContextPath added in v0.11.0

type ContextPath interface{}

ContextPath is the annotation that set the context path of a controller

type HealthCheckService added in v0.10.2

type HealthCheckService interface {
}

HealthCheckService is the annotation for health check service

type JwtRestController added in v0.11.0

type JwtRestController interface{}

JwtRestController is the annotation that declare current controller is the RESTful Controller with JWT support

type Qualifier

type Qualifier interface {
}

Qualifier is the annotation that used for disambiguate the references.

type RequestBody added in v0.11.0

type RequestBody interface{}

RequestBody the annotation RequestBody

type RequestForm added in v0.11.0

type RequestForm struct{}

RequestForm the annotation RequestForm

type RequestParams added in v0.11.0

type RequestParams interface{}

RequestParams the annotation RequestParams

type ResponseBody added in v0.11.0

type ResponseBody interface{}

ResponseBody the annotation ResponseBody

type ResponseData added in v0.11.0

type ResponseData interface{}

ResponseData the annotation ResponseData

type RestController added in v0.9.7

type RestController interface{}

RestController is the annotation that declare current controller is the RESTful Controller

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL