Uses of Class
com.github.jasminb.jsonapi.RelType
-
Packages that use RelType Package Description com.github.jasminb.jsonapi com.github.jasminb.jsonapi.annotations -
-
Uses of RelType in com.github.jasminb.jsonapi
Methods in com.github.jasminb.jsonapi that return RelType Modifier and Type Method Description static RelTypeRelType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelType[]RelType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RelType in com.github.jasminb.jsonapi.annotations
Methods in com.github.jasminb.jsonapi.annotations that return RelType Modifier and Type Method Description RelTyperelType()
-