Uses of Class
io.microsphere.spring.web.util.WebTarget
-
Packages that use WebTarget Package Description io.microsphere.spring.web.idempotent io.microsphere.spring.web.util -
-
Uses of WebTarget in io.microsphere.spring.web.idempotent
Methods in io.microsphere.spring.web.idempotent that return WebTarget Modifier and Type Method Description WebTargetIdempotentAttributes. getTarget()Get the request targetWebTargettarget()The target of the token value -
Uses of WebTarget in io.microsphere.spring.web.util
Methods in io.microsphere.spring.web.util that return WebTarget Modifier and Type Method Description static WebTargetWebTarget. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebTarget[]WebTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.
-