JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
I
L
P
R
S
U
V
A
ApiName
- Annotation Type in
com.github.restup.annotations
Annotation to define API names for objects
AutoWrapDisabled
- Annotation Type in
com.github.restup.annotations.operations
B
BulkCreateResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports creating multiple resources
BulkDeleteResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports deleting multiple resources
BulkUpdateResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports updating multiple resources
C
CaseInsensitive
- Annotation Type in
com.github.restup.annotations.field
An
Annotation
to define a field that should be treated as case insensitive when used as a query filter
com.github.restup.annotations
- package com.github.restup.annotations
Up! annotations for type meta-data
com.github.restup.annotations.field
- package com.github.restup.annotations.field
Up! annotations for mapped fields which may be present on FIELDs and METHODs (accessors)
com.github.restup.annotations.filter
- package com.github.restup.annotations.filter
Up! annotations for filter based services used to annotate methods to add to a pre or post operation filter chain.
com.github.restup.annotations.operations
- package com.github.restup.annotations.operations
Up! Annotations used for defining operations for either a service or repository
CreateResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports creating a resource
D
DeleteResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports deleting a resource
DeleteResourceByQuery
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports deleting multiple resources which match query criteria
I
Immutable
- Annotation Type in
com.github.restup.annotations.field
Annotation for defining immutable fields
isManyTo(RelationshipType)
- Static method in enum com.github.restup.annotations.field.
RelationshipType
isOneTo(RelationshipType)
- Static method in enum com.github.restup.annotations.field.
RelationshipType
isToMany(RelationshipType)
- Static method in enum com.github.restup.annotations.field.
RelationshipType
isToOne(RelationshipType)
- Static method in enum com.github.restup.annotations.field.
RelationshipType
L
ListResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports listing resources
P
Param
- Annotation Type in
com.github.restup.annotations.field
Annotation for defining a field which may be bound to request parameters
Plural
- Annotation Type in
com.github.restup.annotations
Annotation to provide pluralization of a type or field
PostBulkCreateFilter
- Annotation Type in
com.github.restup.annotations.filter
PostBulkDeleteFilter
- Annotation Type in
com.github.restup.annotations.filter
PostBulkUpdateFilter
- Annotation Type in
com.github.restup.annotations.filter
PostCreateFilter
- Annotation Type in
com.github.restup.annotations.filter
PostDeleteByQueryFilter
- Annotation Type in
com.github.restup.annotations.filter
PostDeleteFilter
- Annotation Type in
com.github.restup.annotations.filter
PostListFilter
- Annotation Type in
com.github.restup.annotations.filter
PostReadFilter
- Annotation Type in
com.github.restup.annotations.filter
PostUpdateByQueryFilter
- Annotation Type in
com.github.restup.annotations.filter
PostUpdateFilter
- Annotation Type in
com.github.restup.annotations.filter
PreBulkCreateFilter
- Annotation Type in
com.github.restup.annotations.filter
PreBulkDeleteFilter
- Annotation Type in
com.github.restup.annotations.filter
PreBulkUpdateFilter
- Annotation Type in
com.github.restup.annotations.filter
PreCreateFilter
- Annotation Type in
com.github.restup.annotations.filter
PreDeleteByQueryFilter
- Annotation Type in
com.github.restup.annotations.filter
PreDeleteFilter
- Annotation Type in
com.github.restup.annotations.filter
PreListFilter
- Annotation Type in
com.github.restup.annotations.filter
PreReadFilter
- Annotation Type in
com.github.restup.annotations.filter
PreUpdateByQueryFilter
- Annotation Type in
com.github.restup.annotations.filter
PreUpdateFilter
- Annotation Type in
com.github.restup.annotations.filter
R
Rank
- Annotation Type in
com.github.restup.annotations.filter
Annotation to define order of method execution
ReadResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports reading a resource
Relationship
- Annotation Type in
com.github.restup.annotations.field
Annotation which defines a relationship between resources
RelationshipType
- Enum in
com.github.restup.annotations.field
S
Strict
- Annotation Type in
com.github.restup.annotations
Annotation to define Resource annotation parsing behavior.
U
UpdateResource
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports updating a resource
UpdateResourceByQuery
- Annotation Type in
com.github.restup.annotations.operations
Annotation for a service or repository method which supports updating multiple resources which match query criteria
V
Validation
- Annotation Type in
com.github.restup.annotations.filter
Annotates a validation method
valueOf(String)
- Static method in enum com.github.restup.annotations.field.
RelationshipType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.github.restup.annotations.field.
RelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
I
L
P
R
S
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.